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.
2 parents 47e50e2 + e4418c8 commit b10be4fCopy full SHA for b10be4f
rails-install-ubuntu.sh
@@ -19,8 +19,8 @@ curl -sSL https://get.rvm.io | bash -s stable
19
source ~/.rvm/scripts/rvm
20
21
echo "Installs Ruby"
22
-rvm install 2.4.0
23
-rvm use 2.4.0 --default
+rvm install 2.4.1
+rvm use 2.4.1 --default
24
25
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
26
gem install bundler
@@ -34,7 +34,7 @@ echo -n "Should be sqlite 3.8.1 or higher: sqlite "
34
sqlite3 --version
35
echo -n "Should be rvm 1.26.11 or higher: "
36
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-11
37
-echo -n "Should be ruby 2.2.2: "
+echo -n "Should be ruby 2.4.1: "
38
ruby -v | cut -d " " -f 2
39
echo -n "Should be Rails 4.2.1 or higher: "
40
rails -v
0 commit comments