utils/bottles: install bundler gems if necessary.
This commit is contained in:
parent
b8aa67be5b
commit
323fec5032
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user