diff options
author | David RodrÃguez <[email protected]> | 2021-08-26 16:46:29 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-08-31 19:06:14 +0900 |
commit | f0c6cc14b10616a61d3113dd5a88291fe915461b () | |
tree | b28af3289bea492bea95b6836beccd16281317b8 /lib | |
parent | 41240ffee3a796c02d24e6ed424ec1a9a1e242d6 (diff) |
[rubygems/rubygems] Make sure `Gem::Command` is available before using it
https://.com/rubygems/rubygems/commit/95326f827c
Notes: Merged: https://.com/ruby/ruby/pull/4789
-rw-r--r-- | lib/bundler/rubygems_integration.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,10 +34,12 @@ module Bundler end def build_args Gem::Command.build_args end def build_args=(args) Gem::Command.build_args = args end |