You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/bundler/source/git/git_proxy.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class GitNotAllowedError < GitError
16
16
definitialize(command)
17
17
msg=String.new
18
18
msg << "Bundler is trying to run `#{command}` at runtime. You probably need to run `bundle install`. However, "
19
-
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 "
19
+
msg << "this error message could probably be more useful. Please submit a ticket at https://github.com/ruby/rubygems/issues/new?labels=Bundler&template=bundler-related-issue.md "
20
20
msg << "with steps to reproduce as well as the following\n\nCALLER: #{caller.join("\n")}"
0 commit comments