aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-11 05:18:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-11 05:18:58 +0000
commit3ec95b8ae1d051190c9085ca30d9b67cee2e5a13 (patch)
tree69cf3a3e3d1c666d9ba6b0480aa11f00b7401353 /lib
parent2d9d65af3aaec0ba70d60bf16eb77ea0de3fce31 (diff)
downloadruby-3ec95b8ae1d051190c9085ca30d9b67cee2e5a13.tar.gz
* lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 05690c83f9..2bd8cc77f9 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -9,7 +9,7 @@ require 'rbconfig'
require 'thread'
module Gem
- VERSION = '2.4.5'
+ VERSION = '2.4.6'
end
# Must be first since it unloads the prelude from 1.9.2
@@ -1242,4 +1242,3 @@ require 'rubygems/core_ext/kernel_gem'
require 'rubygems/core_ext/kernel_require'
Gem.use_gemdeps
-