Skip to content

Commit 2b4a98e

Browse files
committed
- Fix Gem index inflation. (halostatue)
[git-p4: depot-paths = "//src/hoe/dev/": change = 14514]
1 parent b80a495 commit 2b4a98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/hoe/deps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def get_source_index
154154
warn "Fetching full index and caching. This can take a while."
155155
url = GEMURL + "Marshal.#{Gem.marshal_version}.Z"
156156
dump = Gem::RemoteFetcher.fetcher.fetch_path url
157-
dump = Gem.inflate dump
157+
dump = Gem::Util.inflate dump
158158

159159
warn "stripping index to latest gems"
160160
ary = Marshal.load dump

0 commit comments

Comments
 (0)