Skip to content

Commit

Permalink
Upgrade RubyGems to 1.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jonforums committed Apr 20, 2012
1 parent b39445e commit 1f26bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Enhancements:
* Upgraded DevKit gdb to version 7.4 (no Python support)
* Upgraded RubyGems to 1.8.22 on all versions of Ruby
* Upgraded RubyGems to 1.8.23 on all versions of Ruby
* Increased file descriptions for 1.9.x to 32K. Closes #104
* Upgraded OpenSSL to version 1.0.0h

Expand Down
6 changes: 3 additions & 3 deletions config/ruby_installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ module RubyInstaller

RubyGems = OpenStruct.new(
:release => 'official',
:version => '1.8.22',
:url => 'http://rubyforge.org/frs/download.php/76011',
:version => '1.8.23',
:url => 'http://rubyforge.org/frs/download.php/76032',
:checkout => 'http://github.com/rubygems/rubygems.git',
:checkout_target => 'downloads/rubygems',
:target => 'sandbox/rubygems',
Expand All @@ -286,7 +286,7 @@ module RubyInstaller
'--no-rdoc'
],
:files => [
'rubygems-1.8.22.tgz'
'rubygems-1.8.23.tgz'
],
:hooks => [
'resources/rubygems/operating_system.rb'
Expand Down

0 comments on commit 1f26bf2

Please sign in to comment.