File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ curl -L get.rvm.io | bash -s stable
17
17
source ~ /.rvm/scripts/rvm
18
18
19
19
echo " Installs Ruby"
20
- rvm install 1.9.3-p392
21
- rvm use 1.9.3-p392 --default
20
+ rvm install 1.9.3-p547
21
+ rvm use 1.9.3-p547 --default
22
22
23
23
gem install bundler --no-rdoc --no-ri
24
24
gem install rails --no-rdoc --no-ri
@@ -36,7 +36,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
36
36
sqlite3 --version
37
37
echo -n " Should be rvm 1.6.32 or higher: "
38
38
rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-10 | xargs echo
39
- echo -n " Should be ruby 1.9.3-p392 : "
39
+ echo -n " Should be ruby 1.9.3-p547 : "
40
40
ruby -v | cut -d " " -f 2
41
41
echo -n " Should be Rails 3.2.2 or higher: "
42
42
rails -v
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ curl -kL get.rvm.io | bash -s stable
15
15
source ~ /.rvm/scripts/rvm
16
16
17
17
echo " Install Ruby"
18
- rvm install 1.9.3-p194
19
- rvm use 1.9.3-p194 --default
18
+ rvm install 1.9.3-p547
19
+ rvm use 1.9.3-p547 --default
20
20
21
21
gem install bundler --no-rdoc --no-ri
22
22
gem install rails --no-rdoc --no-ri
@@ -32,7 +32,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
32
32
sqlite3 --version
33
33
echo -n " Should be rvm 1.6.32 or higher: "
34
34
rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-10
35
- echo -n " Should be ruby 1.9.3-p194 : "
35
+ echo -n " Should be ruby 1.9.3-p547 : "
36
36
ruby -v | cut -d " " -f 2
37
37
echo -n " Should be Rails 3.2.2 or higher: "
38
38
rails -v
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ curl -L get.rvm.io | bash -s stable
16
16
source ~ /.rvm/scripts/rvm
17
17
18
18
echo " Installs Ruby"
19
- rvm install 1.9.3-p194
20
- rvm use 1.9.3-p194 --default
19
+ rvm install 1.9.3-p547
20
+ rvm use 1.9.3-p547 --default
21
21
22
22
gem install bundler --no-rdoc --no-ri
23
23
gem install rails --no-rdoc --no-ri
@@ -33,7 +33,7 @@ echo -n "Should be sqlite 3.7.3 or higher: sqlite "
33
33
sqlite3 --version
34
34
echo -n " Should be rvm 1.6.32 or higher: "
35
35
rvm --version | sed ' /^.*$/N;s/\n//g' | cut -c 1-10
36
- echo -n " Should be ruby 1.9.3-p194 : "
36
+ echo -n " Should be ruby 1.9.3-p547 : "
37
37
ruby -v | cut -d " " -f 2
38
38
echo -n " Should be Rails 3.2.2 or higher: "
39
39
rails -v
You can’t perform that action at this time.
0 commit comments