Update to Ruby 2.5.1
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- ruby
- Domain
- build-system
Research direction
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.
Written by the indexing model from the issue text.
Description
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.
- Dominant language
- JavaScript
- Stars
- 268
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from codebar/tutorials
-
Difficulty 1/5 Under an hour Newbie friendliness 75/100
-
Difficulty 3/5 1-2 days Newbie friendliness 62/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 1/5 Under an hour Newbie friendliness 45/100
All issues in codebar/tutorials
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
palladius/rails8-app-on-gcp#145 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
dotenvx/dotenv-vscode#139 ·
-
test-change-proposal
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
web-platform-tests/interop#1455 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
corsairdev/corsair#1764 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100