Skip to content

Commit

Permalink
CMR-9056: Updated ruby version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrams-e84 committed Apr 4, 2023
1 parent 6fa2ea0 commit ded82d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ See public/licenses.txt

## Installation

* Ruby 2.7.4
* Ruby 3.1.4
* A Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/rbenv/rbenv) is strongly recommended.

### Initial setup
Once the repository is cloned locally and Ruby 2.5.3 is installed, you must install the dependencies.
Once the repository is cloned locally and Ruby 3.1.4 is installed, you must install the dependencies.
If you don't have the [bundler](https://bundler.io/) gem already installed, execute the command below in the project root directory:

gem install bundler
Expand Down Expand Up @@ -147,11 +147,9 @@ that the application needs in order to run. A sample _config/application.yml_ f

development:
<<: *current
CMR_ECHO_SYSTEM_TOKEN: "CMR system token with tagging permissions in the CMR environment that development uses"

production:
<<: *current
CMR_ECHO_SYSTEM_TOKEN: "CMR system token with tagging permissions in the CMR PROD environment"

test: &test
# test values are already defaulted to enable CI automated Rspec and cucumber tests
Expand Down

0 comments on commit ded82d2

Please sign in to comment.