[rubygems/rubygems] Make sure Gem::Command
is available before using it
https://github.com/rubygems/rubygems/commit/95326f827c
This commit is contained in:
parent
41240ffee3
commit
f0c6cc14b1
Notes:
git
2021-08-31 19:06:53 +09:00
@ -34,10 +34,12 @@ module Bundler
|
|||||||
end
|
end
|
||||||
|
|
||||||
def build_args
|
def build_args
|
||||||
|
require "rubygems/command"
|
||||||
Gem::Command.build_args
|
Gem::Command.build_args
|
||||||
end
|
end
|
||||||
|
|
||||||
def build_args=(args)
|
def build_args=(args)
|
||||||
|
require "rubygems/command"
|
||||||
Gem::Command.build_args = args
|
Gem::Command.build_args = args
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user