Skip to content

Commit

Permalink
Bump Ruby to p286
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Frye committed Oct 12, 2012
1 parent e891920 commit 2034d75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions railsready.sh
Expand Up @@ -12,10 +12,10 @@ shopt -s nocaseglob
set -e

ruby_version="1.9.3"
ruby_version_string="1.9.3-p194"
ruby_source_url="http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz"
ruby_source_tar_name="ruby-1.9.3-p194.tar.gz"
ruby_source_dir_name="ruby-1.9.3-p194"
ruby_version_string="1.9.3-p286"
ruby_source_url="http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p286.tar.gz"
ruby_source_tar_name="ruby-1.9.3-p286.tar.gz"
ruby_source_dir_name="ruby-1.9.3-p286"
script_runner=$(whoami)
railsready_path=$(cd && pwd)/railsready
log_file="$railsready_path/install.log"
Expand Down

0 comments on commit 2034d75

Please sign in to comment.