diff options
author | The Bundler Bot <bot@bundler.io> | 2017-03-02 16:45:52 +0000 |
---|---|---|
committer | The Bundler Bot <bot@bundler.io> | 2017-03-02 16:45:52 +0000 |
commit | 043feff3860666082cb9d06cabcd7e7ace5590e8 (patch) | |
tree | 2314a889a8a346d66775f7ca4ec8aa7d60b4cbee | |
parent | f7fec40fe9eba41a680007957bde2e69854c0d92 (diff) | |
parent | 74f002d7470063505ca88929c291a1b9dd53e504 (diff) | |
download | bundler-043feff3860666082cb9d06cabcd7e7ace5590e8.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
-rw-r--r-- | lib/bundler/friendly_errors.rb | 2 |
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 |