We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80a495 commit 2b4a98eCopy full SHA for 2b4a98e
1 file changed
lib/hoe/deps.rb
@@ -154,7 +154,7 @@ def get_source_index
154
warn "Fetching full index and caching. This can take a while."
155
url = GEMURL + "Marshal.#{Gem.marshal_version}.Z"
156
dump = Gem::RemoteFetcher.fetcher.fetch_path url
157
- dump = Gem.inflate dump
+ dump = Gem::Util.inflate dump
158
159
warn "stripping index to latest gems"
160
ary = Marshal.load dump
0 commit comments