1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update links from rubygems/bundler to rubygems/rubygems

This commit is contained in:
Jakob Krigovsky 2020-05-07 20:02:21 +02:00 committed by Hiroshi SHIBATA
parent 9139acca66
commit f9872c50cc
Notes: git 2020-06-05 07:33:52 +09:00
4 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ module Bundler
def initialize(command)
msg = String.new
msg << "Bundler is trying to run a `git #{command}` at runtime. You probably need to run `bundle install`. However, "
msg << "this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/bundler/issues "
msg << "this error message could probably be more useful. Please submit a ticket at https://github.com/rubygems/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md "
msg << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}"
super msg
end