Skip to content

Commit 3cb9e97

Browse files
author
Adarsh Pandit
committed
Update Ruby version to 2.0.0-p247
* 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
1 parent 5181480 commit 3cb9e97

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

linux

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ fancy_echo "Installing rbenv-gem-rehash so the shell automatically picks up bina
8484
fancy_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

9494
fancy_echo "Updating to latest Rubygems version ..."
9595
successfully gem update --system

mac

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

8484
fancy_echo "Updating to latest Rubygems version ..."
8585
successfully gem update --system

0 commit comments

Comments
 (0)