summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-10-06 12:26:57 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2017-12-11 13:59:03 +0900
commit1e196ea6ec811e48fb6fb6a8c965b08415fb7f26 (patch)
tree52d05cec73e49d1e7a35717d28db8cec17d99f40
parent6030bfdf30d557b5fb8607db8da3393ec56d9dd5 (diff)
downloadbundler-1e196ea6ec811e48fb6fb6a8c965b08415fb7f26.tar.gz
Rename `-rubygerms` option. It only needs with Ruby 1.8 and Ruby 2.5 will remove it.
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 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