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 766b541 commit e4418c8Copy full SHA for e4418c8
rails-install-ubuntu.sh
@@ -26,8 +26,8 @@ curl -sSL https://get.rvm.io | bash -s stable
26
source ~/.rvm/scripts/rvm
27
28
echo "Installs Ruby"
29
-rvm install 2.4.0
30
-rvm use 2.4.0 --default
+rvm install 2.4.1
+rvm use 2.4.1 --default
31
32
echo "gem: --no-ri --no-rdoc" > ~/.gemrc
33
gem install bundler
@@ -41,7 +41,7 @@ echo -n "Should be sqlite 3.8.1 or higher: sqlite "
41
sqlite3 --version
42
echo -n "Should be rvm 1.26.11 or higher: "
43
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-11
44
-echo -n "Should be ruby 2.2.2: "
+echo -n "Should be ruby 2.4.1: "
45
ruby -v | cut -d " " -f 2
46
echo -n "Should be Rails 4.2.1 or higher: "
47
rails -v
0 commit comments