Skip to content

Commit e4418c8

Browse files
Ask for the same version of Ruby as we install
Bump patch version
1 parent 766b541 commit e4418c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rails-install-ubuntu.sh

Lines changed: 3 additions & 3 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.4.0
30-
rvm use 2.4.0 --default
29+
rvm install 2.4.1
30+
rvm use 2.4.1 --default
3131

3232
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
3333
gem install bundler
@@ -41,7 +41,7 @@ echo -n "Should be sqlite 3.8.1 or higher: sqlite "
4141
sqlite3 --version
4242
echo -n "Should be rvm 1.26.11 or higher: "
4343
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-11
44-
echo -n "Should be ruby 2.2.2: "
44+
echo -n "Should be ruby 2.4.1: "
4545
ruby -v | cut -d " " -f 2
4646
echo -n "Should be Rails 4.2.1 or higher: "
4747
rails -v

0 commit comments

Comments
 (0)