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 8894a40 commit 23d5cebCopy full SHA for 23d5ceb
rails-install-ubuntu.sh
@@ -45,7 +45,7 @@ echo -n "Should be rvm 1.29.8 or higher: "
45
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-11
46
echo -n "Should be ruby 3.0 or higher: "
47
ruby -v | cut -d " " -f 2
48
-echo -n "Should be Rails 5.2.3 or higher: "
+echo -n "Should be Rails 7.0 or higher: "
49
rails -v
50
echo -e "\n- - - - - -\n"
51
0 commit comments