File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ curl -sSL https://get.rvm.io | bash -s stable
2929source ~ /.rvm/scripts/rvm
3030
3131echo " Installs Ruby"
32- rvm install 2.6.3
33- rvm use 2.6.3 --default
32+ rvm install 3.1.2
33+ rvm use 3.1.2 --default
3434
3535echo " gem: --no-ri --no-rdoc" > ~ /.gemrc
3636gem install rails
@@ -43,9 +43,9 @@ echo -n "Should be sqlite 3.22.0 or higher: sqlite "
4343sqlite3 --version
4444echo -n " Should be rvm 1.29.8 or higher: "
4545rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-11
46- echo -n " Should be ruby 2.6.3 : "
46+ echo -n " Should be ruby 3.0 or higher : "
4747ruby -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: "
4949rails -v
5050echo -e " \n- - - - - -\n"
5151
@@ -61,6 +61,6 @@ Make sure that all works well by running the application generator command:
6161If you encounter the message:
6262 The program 'rails' is currently not installed.
6363
64- It is just a hiccup with the shell, solutions:
64+ It is just a hiccup with the shell, solutions:
6565 $ source ~/.rvm/scripts/rvm
6666 Allow login shell, example http://rvm.io/integration/gnome-terminal/"
You can’t perform that action at this time.
0 commit comments