utils/bottles: install bundler gems if necessary.

This commit is contained in:
Mike McQuaid 2020-12-11 12:26:45 +00:00 committed by GitHub
parent b8aa67be5b
commit 323fec5032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,7 @@ module Utils
end end
def add_bottle_stanza!(formula_contents, bottle_output) def add_bottle_stanza!(formula_contents, bottle_output)
Homebrew.install_bundler_gems!
require "rubocop-ast" require "rubocop-ast"
ruby_version = Version.new(HOMEBREW_REQUIRED_RUBY_VERSION).major_minor.to_f ruby_version = Version.new(HOMEBREW_REQUIRED_RUBY_VERSION).major_minor.to_f