Skip to content

Commit

Permalink
Update Ruby version to 2.0.0-p247
Browse files Browse the repository at this point in the history
* Security fix release notes: http://www.ruby-lang.org/en/news/2013/06/27/ruby-2-0-0-p247-is-released/
* Also, Heroku is now running the same patchlevel. Maintains dev/prod parity
  • Loading branch information
Adarsh Pandit committed Jul 13, 2013
1 parent 5181480 commit 3cb9e97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions linux
Expand Up @@ -84,12 +84,12 @@ fancy_echo "Installing rbenv-gem-rehash so the shell automatically picks up bina
fancy_echo "Installing ruby-build, to install Rubies ..."
successfully git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

fancy_echo "Installing Ruby 2.0.0-p195 ..."
successfully rbenv install 2.0.0-p195
fancy_echo "Installing Ruby 2.0.0-p247 ..."
successfully rbenv install 2.0.0-p247

fancy_echo "Setting Ruby 2.0.0-p195 as global default Ruby ..."
successfully rbenv global 2.0.0-p195
successfully rbenv shell 2.0.0-p195
fancy_echo "Setting Ruby 2.0.0-p247 as global default Ruby ..."
successfully rbenv global 2.0.0-p247
successfully rbenv shell 2.0.0-p247

fancy_echo "Updating to latest Rubygems version ..."
successfully gem update --system
Expand Down
10 changes: 5 additions & 5 deletions mac
Expand Up @@ -74,12 +74,12 @@ fancy_echo "Installing GNU Compiler Collection, a necessary prerequisite to inst
successfully brew tap homebrew/dupes
successfully brew install apple-gcc42

fancy_echo "Installing Ruby 2.0.0-p195 ..."
CC=gcc-4.2 successfully rbenv install 2.0.0-p195
fancy_echo "Installing Ruby 2.0.0-p247 ..."
CC=gcc-4.2 successfully rbenv install 2.0.0-p247

fancy_echo "Setting Ruby 2.0.0-p195 as global default Ruby ..."
successfully rbenv global 2.0.0-p195
successfully rbenv shell 2.0.0-p195
fancy_echo "Setting Ruby 2.0.0-p247 as global default Ruby ..."
successfully rbenv global 2.0.0-p247
successfully rbenv shell 2.0.0-p247

fancy_echo "Updating to latest Rubygems version ..."
successfully gem update --system
Expand Down

0 comments on commit 3cb9e97

Please sign in to comment.