summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-10-14 02:51:52 +0000
committerThe Bundler Bot <bot@bundler.io>2017-10-14 02:51:52 +0000
commitfea177f61df71121c6f9422a74b093e42c504388 (patch)
tree50a497eb52d9a25c1cbde7e43200b7a008725fe6
parent6442b2ff8e83bc45d1ff19bd2bb561110f1ac41a (diff)
parent4fa0acbf11d7b430ed70fda87957b15e94a782d2 (diff)
downloadbundler-fea177f61df71121c6f9422a74b093e42c504388.tar.gz
Auto merge of #6080 - hsbt:use-rubygems, r=olleolleolle
Rename `-rubygems` option. It only needs with Ruby 1.8 and Ruby 2.5 will remove it. This commit picked r60125 from ruby/ruby: https://github.com/ruby/ruby/commit/9de6c712b66aad77df40661c1fc6d37e9a5c251a
-rw-r--r--spec/support/helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 3cac274ee8..6201631011 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -213,7 +213,7 @@ module Spec
args = args.gsub(/(?=")/, "\\")
args = %("#{args}")
end
- sys_exec("#{Gem.ruby} -rubygems -S gem --backtrace #{command} #{args}")
+ sys_exec("#{Gem.ruby} -rrubygems -S gem --backtrace #{command} #{args}")
end
bang :gem_command