gitlab-gem: use new Resource#fetch API.
This commit is contained in:
parent
22962f6720
commit
55739f765f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class GitlabGem < Formula
|
|||
def install
|
||||
ENV["GEM_HOME"] = libexec
|
||||
resources.each do |r|
|
||||
r.verify_download_integrity(r.fetch)
|
||||
r.fetch
|
||||
system "gem", "install", r.cached_download, "--ignore-dependencies",
|
||||
"--no-document", "--install-dir", libexec
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue