We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9da28c commit 3f2f1b0Copy full SHA for 3f2f1b0
rails-install-ubuntu.sh
@@ -27,8 +27,8 @@ curl -sSL https://get.rvm.io | bash -s stable
27
source ~/.rvm/scripts/rvm
28
29
echo "Installs Ruby"
30
-rvm install 2.5.1
31
-rvm use 2.5.1 --default
+rvm install 2.5.3
+rvm use 2.5.3 --default
32
33
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
34
gem install bundler
@@ -42,7 +42,7 @@ echo -n "Should be sqlite 3.8.1 or higher: sqlite "
42
sqlite3 --version
43
echo -n "Should be rvm 1.26.11 or higher: "
44
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-11
45
-echo -n "Should be ruby 2.5.1: "
+echo -n "Should be ruby 2.5.3: "
46
ruby -v | cut -d " " -f 2
47
echo -n "Should be Rails 4.2.1 or higher: "
48
rails -v
0 commit comments