Skip to content

Commit 766b541

Browse files
authored
Merge pull request #44 from hunterxx222/patch-1
Update for Ruby 2.4.0
2 parents bdfb5dd + 1211c48 commit 766b541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rails-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ curl -sSL https://get.rvm.io | bash -s stable
2626
source ~/.rvm/scripts/rvm
2727

2828
echo "Installs Ruby"
29-
rvm install 2.2.2
30-
rvm use 2.2.2 --default
29+
rvm install 2.4.0
30+
rvm use 2.4.0 --default
3131

3232
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
3333
gem install bundler

0 commit comments

Comments
 (0)