summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-15 18:13:06 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-17 17:08:50 +0900
commit30a4ec1fee1363f31f93970c3cd809a6fc139140 (patch)
treeebd3bc5582b9b86a33c59caf525b80ea7ad6b17e /spec/bundler
parent91c63828f7b841df6b7b124acb752c0a3bca66c0 (diff)
[bundler/bundler] Always use `--backtrace` when invoking `gem` CLI
For debuggability. https://github.com/bundler/bundler/commit/ac3e8db658
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/support/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb
index 80616ce546..133d86e722 100644
--- a/spec/bundler/support/path.rb
+++ b/spec/bundler/support/path.rb
@@ -18,7 +18,7 @@ module Spec
end
def gem_bin
- @gem_bin ||= ruby_core? ? ENV["BUNDLE_GEM"] : "#{Gem.ruby} -S gem"
+ @gem_bin ||= ruby_core? ? ENV["BUNDLE_GEM"] : "#{Gem.ruby} -S gem --backtrace"
end
def spec_dir