summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-03-02 16:45:52 +0000
committerSamuel Giddins <segiddins@segiddins.me>2017-03-03 17:37:20 -0600
commitb25fd6f752eff0eb25bb2923a4b3a9fda6bb2ac2 (patch)
tree1a7471751ce14a47cc2d6550549d012bd7e52292
parent7437c159ee1a5c7269323203a72dabbf52a02625 (diff)
downloadbundler-b25fd6f752eff0eb25bb2923a4b3a9fda6bb2ac2.tar.gz
Auto merge of #5481 - bundler:seg-error-template-gemfile, r=indirect
[FriendlyErrors] Include Gemfile in error report This way, we don't continuously have to ask for them (cherry picked from commit 043feff3860666082cb9d06cabcd7e7ace5590e8)
-rw-r--r--lib/bundler/friendly_errors.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/friendly_errors.rb b/lib/bundler/friendly_errors.rb
index cbb88573db..3ba3dcdd91 100644
--- a/lib/bundler/friendly_errors.rb
+++ b/lib/bundler/friendly_errors.rb
@@ -92,7 +92,7 @@ module Bundler
#{e.backtrace && e.backtrace.join("\n ").chomp}
```
- #{Bundler::Env.new.report(:print_gemfile => false, :print_gemspecs => false)}
+ #{Bundler::Env.new.report}
--- TEMPLATE END ----------------------------------------------------------------
EOS