Skip to content

Commit

Permalink
Change the Ruby version from 2.4.4 to 2.6.6 in README (#8557)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmelolar authored Oct 14, 2020
1 parent 0c199c6 commit 76f000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ For installation, prerequisites include sqlite3 and rvm. [Click here for a compl
3. Enter the new **plots2** directory with `cd plots2`.
4. Set the upstream remote to the original repository url so that git knows where to fetch updates from in future: `git remote add upstream https://github.com/publiclab/plots2.git`
5. Steps to install gems:
* You may need to first run `bundle install` if you have older gems in your environment from previous Rails work. If you get an error message like `Your Ruby version is 2.x.x, but your Gemfile specified 2.4.4` then you need to install the ruby version 2.6.6 using `rvm` or `rbenv`.
* You may need to first run `bundle install` if you have older gems in your environment from previous Rails work. If you get an error message like `Your Ruby version is 2.x.x, but your Gemfile specified 2.6.6` then you need to install the ruby version 2.6.6 using `rvm` or `rbenv`.
* Using **rvm**: `rvm install 2.6.6` followed by `rvm use 2.6.6`
* Using **rbenv**: `rbenv install 2.6.6` followed by `rbenv local 2.6.6`
* Install gems with `bundle install --without production mysql` from the rails root folder, to install the gems you'll need, excluding those needed only in production.
Expand Down

0 comments on commit 76f000c

Please sign in to comment.