Update to Ruby 2.5.1
まだ誰も着手していません。
評価
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 初心者へのやさしさ
- 48/100
- issue の種類
- リファクタリング
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- ruby
- 領域
- build-system
調査の方向性
Start by checking the .ruby-version file and the current dependency setup. Install Ruby 2.5.1, install Bundler, then run bundle install and the available tests and app as described. Done means the project uses Ruby 2.5.1 and the tests and app still work; update individual gems only if required.
索引モデルが issue の本文から書いたものです。
説明
WARNING: ruby-2.2.1 is past its end of life and is now unsupported.
It no longer receives bug fixes or critical security updates.
Our current Ruby version is 2.2.1. Switch the Ruby version to 2.5.1
To get started
- Claim this issue by clicking the "Assignees" cog to the right and assigning yourself
- Check out our contributing guides
- You can pair with a coach
Steps for this issue:
- Install Ruby version 2.5.1 on your local system. How to do this depends on the Ruby version manager that you use. (this is an example for the rbenv manager)
- Set your Ruby version to 2.5.1. This again depends on your Ruby version manager.
- Change the Ruby version in the
.ruby-versionfile of this project. - Install the
bundlergem for that version:gem install bundler. - Run
bundle installand check that the tests if any and the app work correctly. - You may or may not have to upgrade some gems. If you have to, do it one at a time, like this:
- find a conservative version of the gem that works and update the
Gemfile - run
bundle update GEMNAME - run the tests if any, they should be green
- Run the app, it should work
- commit!
- find a conservative version of the gem that works and update the
- When you are finished, push your branch and submit a PR with your changes.
- 主要言語
- JavaScript
- スター
- 268
- フォーク
- 240
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
codebar/tutorials のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 75/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 62/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 25/100
-
難易度 3/5 1〜2日 初心者へのやさしさ 25/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 45/100
codebar/tutorials の issue をすべて見る
似ている issue
-
ai-observability bug team/ai-observability
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
AllTheMods/ATM-10-L#19 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
SignalK/n2k-signalk#345 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
-
難易度 1/5 1〜3時間 初心者へのやさしさ 88/100
JuliaPluto/PlutoPlotly.jl#72 ·