summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 22:54:42 -0700
committerAndre Arko <andre@arko.net>2015-05-02 22:54:42 -0700
commita5107e400555217d90b0abda9e72f9140aed4410 (patch)
tree157f1ff7c5d30621717aa3b36cd51ceaad17fed3
parentc3d6f425f6830e243660e05f1d95d5ab388d2dde (diff)
downloadbundler-a5107e400555217d90b0abda9e72f9140aed4410.tar.gz
[friendly errors] All ASCII because encodings
-rw-r--r--lib/bundler/friendly_errors.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/friendly_errors.rb b/lib/bundler/friendly_errors.rb
index 7a78909688..fcd600db60 100644
--- a/lib/bundler/friendly_errors.rb
+++ b/lib/bundler/friendly_errors.rb
@@ -41,7 +41,7 @@ module Bundler
def self.request_issue_report_for(e)
Bundler.ui.info <<-EOS.gsub(/^ {6}/, '')
- #{'――― ERROR REPORT TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――'}
+ #{'--- ERROR REPORT TEMPLATE -------------------------------------------------------'}
- What did you do?
I ran the command `#{$PROGRAM_NAME} #{ARGV.join(' ')}`
@@ -61,7 +61,7 @@ module Bundler
#{e.backtrace.join("\n ")}
#{Bundler::Env.new.report(:print_gemfile => false).gsub(/\n/, "\n ").strip}
- #{'――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――'}
+ #{'--- TEMPLATE END ----------------------------------------------------------------'}
EOS