From 30a4ec1fee1363f31f93970c3cd809a6fc139140 Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Thu, 15 Aug 2019 18:13:06 +0200 Subject: [bundler/bundler] Always use `--backtrace` when invoking `gem` CLI For debuggability. https://github.com/bundler/bundler/commit/ac3e8db658 --- spec/bundler/support/path.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/support/path.rb') 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 -- cgit v1.2.3