Skip to content

Commit c5a6c94

Browse files
author
Lauren
authored
Merge pull request #2377 from basho/dpb/update_readme_ruby
Update Ruby install instructions to be (more) version-proof
2 parents 8f819b4 + a596231 commit c5a6c94

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem "compass", "~>1.0.3"
77
gem "sprockets", "~>3.7"
88
gem "coffee-script", "~>2.4.1"
99
gem "uglifier", "~>3.0.0"
10+
gem "therubyracer"
1011

1112
gem "aws-sdk", "~> 2.4.3"
1213
gem "aws-s3", "~> 0.6.3"

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,11 @@ for our scripting and styling needs, and we convert those files to `.js` and
6666
6767
To convert the Coffee and Sass into `.js` and `.css` files, you'll need to:
6868
69-
1. **Install [RVM][rvm]** or equivalent.
69+
1. **Install [RVM][rvm]** or equivalent.
7070
You might need to restart your shell to get the `rvm` command to be recognized.
71-
72-
1. **Install Ruby version 2.2.3.** Use the following command: `rvm install ruby-2.2.3`
73-
or the current version specified in the .ruby-version and Gemfile files.
74-
If it doesn't match, please [open a new issue][new issue] and let us know
75-
this README isn't up to date!
76-
71+
1. **Install Ruby.**
72+
Use the following command: ``rvm install `cat .ruby-version` `` or manually
73+
install the current version specified in our .ruby-version and Gemfile files.
7774
1. **Install [Bundler]** with `gem install bundler`.
7875
1. **Install the rest of the dependencies** with `bundle install`.
7976
1. **Use [Rake] to do everything else**, like rebuild a copy of everything that

0 commit comments

Comments
 (0)