Skip to content

Commit 3f2f1b0

Browse files
committed
update ruby version for rails-install-ubuntu
1 parent d9da28c commit 3f2f1b0

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
@@ -27,8 +27,8 @@ curl -sSL https://get.rvm.io | bash -s stable
2727
source ~/.rvm/scripts/rvm
2828

2929
echo "Installs Ruby"
30-
rvm install 2.5.1
31-
rvm use 2.5.1 --default
30+
rvm install 2.5.3
31+
rvm use 2.5.3 --default
3232

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

0 commit comments

Comments
 (0)