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 932bbfc commit 5dff46fCopy full SHA for 5dff46f
rails-install-ubuntu.sh
@@ -32,7 +32,7 @@ echo -e "Now we are going to print some information to check that everything is
32
33
echo -n "Should be sqlite 3.7.3 or higher: sqlite "
34
sqlite3 --version
35
-echo -n "Should be rvm 1.6.5 or higher: "
+echo -n "Should be rvm 1.6.32 or higher: "
36
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
37
echo -n "Should be ruby 1.9.3-p194: "
38
ruby -v | cut -d " " -f 2
0 commit comments