Skip to content

Commit 5dff46f

Browse files
committed
Oh my, stupid me.
1 parent 932bbfc commit 5dff46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo -e "Now we are going to print some information to check that everything is
3232

3333
echo -n "Should be sqlite 3.7.3 or higher: sqlite "
3434
sqlite3 --version
35-
echo -n "Should be rvm 1.6.5 or higher: "
35+
echo -n "Should be rvm 1.6.32 or higher: "
3636
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
3737
echo -n "Should be ruby 1.9.3-p194: "
3838
ruby -v | cut -d " " -f 2

0 commit comments

Comments
 (0)