1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

lib/rubygems: bump up RubyGems version to 2.6.12. [Backport #13842]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@59813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2017-09-10 05:10:55 +00:00
parent 1069d3f18b
commit fd41a38470
17 changed files with 175 additions and 18 deletions

View file

@ -44,7 +44,7 @@ class Gem::Commands::SourcesCommand < Gem::Command
source = Gem::Source.new source_uri
begin
if Gem.sources.include? source_uri then
if Gem.sources.include? source then
say "source #{source_uri} already present in the cache"
else
source.load_specs :released