summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-15 14:23:26 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-15 14:23:26 +0000
commit72fb9d16dc0301bd142f05b73f15b015afd22125 (patch)
tree6a02c00e24a11233284ce96e5da10be9340725e2 /lib/rubygems.rb
parent9aab347c155b4b202947e31af20cf96afed11764 (diff)
* lib/rubygems: Update to Rubygems 2.0.9. [ruby-core:57183]
[Backport #8908] the patch is provided by drbrain (Eric Hodel). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@42947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 78bdc4867d..f8633d50df 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -8,7 +8,7 @@
require 'rbconfig'
module Gem
- VERSION = '2.0.8'
+ VERSION = '2.0.9'
end
# Must be first since it unloads the prelude from 1.9.2