mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge RubyGems 2.7.7
see release details here: https://blog.rubygems.org/2018/05/18/2.7.7-released.html git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ecedebab2c
commit
c6da9cadb3
29 changed files with 161 additions and 60 deletions
|
@ -155,7 +155,7 @@ class Gem::Source
|
|||
uri.path << '.rz'
|
||||
|
||||
spec = fetcher.fetch_path uri
|
||||
spec = Gem.inflate spec
|
||||
spec = Gem::Util.inflate spec
|
||||
|
||||
if update_cache? then
|
||||
FileUtils.mkdir_p cache_dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue