mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
1 changed files with 2 additions and 0 deletions
|
@ -34,10 +34,12 @@ module Bundler
|
|||
end
|
||||
|
||||
def build_args
|
||||
require "rubygems/command"
|
||||
Gem::Command.build_args
|
||||
end
|
||||
|
||||
def build_args=(args)
|
||||
require "rubygems/command"
|
||||
Gem::Command.build_args = args
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue