File tree 1 file changed +5
-5
lines changed
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
29
29
source ~ /.rvm/scripts/rvm
30
30
31
31
echo " 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
34
34
35
35
echo " gem: --no-ri --no-rdoc" > ~ /.gemrc
36
36
gem install rails
@@ -43,9 +43,9 @@ echo -n "Should be sqlite 3.22.0 or higher: sqlite "
43
43
sqlite3 --version
44
44
echo -n " Should be rvm 1.29.8 or higher: "
45
45
rvm --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 : "
47
47
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: "
49
49
rails -v
50
50
echo -e " \n- - - - - -\n"
51
51
@@ -61,6 +61,6 @@ Make sure that all works well by running the application generator command:
61
61
If you encounter the message:
62
62
The program 'rails' is currently not installed.
63
63
64
- It is just a hiccup with the shell, solutions:
64
+ It is just a hiccup with the shell, solutions:
65
65
$ source ~/.rvm/scripts/rvm
66
66
Allow login shell, example http://rvm.io/integration/gnome-terminal/"
You can’t perform that action at this time.
0 commit comments