Skip to content

Commit 23d5ceb

Browse files
committed
update rails version
1 parent 8894a40 commit 23d5ceb

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
@@ -45,7 +45,7 @@ echo -n "Should be rvm 1.29.8 or higher: "
4545
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-11
4646
echo -n "Should be ruby 3.0 or higher: "
4747
ruby -v | cut -d " " -f 2
48-
echo -n "Should be Rails 5.2.3 or higher: "
48+
echo -n "Should be Rails 7.0 or higher: "
4949
rails -v
5050
echo -e "\n- - - - - -\n"
5151

0 commit comments

Comments
 (0)