summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-12-11 07:17:11 +0000
committerThe Bundler Bot <bot@bundler.io>2017-12-11 07:17:11 +0000
commit8e3920748ef8ef4c7437d0380b15ea730021254d (patch)
tree52d05cec73e49d1e7a35717d28db8cec17d99f40
parent6030bfdf30d557b5fb8607db8da3393ec56d9dd5 (diff)
parent1e196ea6ec811e48fb6fb6a8c965b08415fb7f26 (diff)
downloadbundler-8e3920748ef8ef4c7437d0380b15ea730021254d.tar.gz
Auto merge of #6117 - hsbt:backport-6080, r=hsbt
Rename `-rubygerms` option. Followup #6080 for 1-16-stable branch.
-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 08c3c5e921..4e81f321f0 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