File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ fancy_echo "Installing rbenv-gem-rehash so the shell automatically picks up bina
8484fancy_echo " Installing ruby-build, to install Rubies ..."
8585 successfully git clone git://github.com/sstephenson/ruby-build.git ~ /.rbenv/plugins/ruby-build
8686
87- fancy_echo " Installing Ruby 2.0.0-p195 ..."
88- successfully rbenv install 2.0.0-p195
87+ fancy_echo " Installing Ruby 2.0.0-p247 ..."
88+ successfully rbenv install 2.0.0-p247
8989
90- fancy_echo " Setting Ruby 2.0.0-p195 as global default Ruby ..."
91- successfully rbenv global 2.0.0-p195
92- successfully rbenv shell 2.0.0-p195
90+ fancy_echo " Setting Ruby 2.0.0-p247 as global default Ruby ..."
91+ successfully rbenv global 2.0.0-p247
92+ successfully rbenv shell 2.0.0-p247
9393
9494fancy_echo " Updating to latest Rubygems version ..."
9595 successfully gem update --system
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ fancy_echo "Installing GNU Compiler Collection, a necessary prerequisite to inst
7474 successfully brew tap homebrew/dupes
7575 successfully brew install apple-gcc42
7676
77- fancy_echo " Installing Ruby 2.0.0-p195 ..."
78- CC=gcc-4.2 successfully rbenv install 2.0.0-p195
77+ fancy_echo " Installing Ruby 2.0.0-p247 ..."
78+ CC=gcc-4.2 successfully rbenv install 2.0.0-p247
7979
80- fancy_echo " Setting Ruby 2.0.0-p195 as global default Ruby ..."
81- successfully rbenv global 2.0.0-p195
82- successfully rbenv shell 2.0.0-p195
80+ fancy_echo " Setting Ruby 2.0.0-p247 as global default Ruby ..."
81+ successfully rbenv global 2.0.0-p247
82+ successfully rbenv shell 2.0.0-p247
8383
8484fancy_echo " Updating to latest Rubygems version ..."
8585 successfully gem update --system
You can’t perform that action at this time.
0 commit comments