summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-01-16 18:33:26 -0500
committerEllen Marie Dash <me@duckie.co>2020-01-16 18:33:26 -0500
commitd24296eddd2b8802fde9b7fa834a57abf1f659c7 (patch)
treee8a90c97b54f37139dc580fffcd786278e87570e
parentc1352e9b6a5524d19fb46b4c6e4cc653edf17fe8 (diff)
downloadbundler-d24296eddd2b8802fde9b7fa834a57abf1f659c7.tar.gz
[repo move] Update GitHub URL in comments in lib/.
-rw-r--r--lib/bundler/remote_specification.rb2
-rw-r--r--lib/bundler/rubygems_integration.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/remote_specification.rb b/lib/bundler/remote_specification.rb
index f87a09b9a6..a3d3e08d3f 100644
--- a/lib/bundler/remote_specification.rb
+++ b/lib/bundler/remote_specification.rb
@@ -76,7 +76,7 @@ module Bundler
deps = method_missing(:dependencies)
# allow us to handle when the specs dependencies are an array of array of string
- # see https://github.com/bundler/bundler/issues/5797
+ # see https://github.com/rubygems/bundler/issues/5797
deps = deps.map {|d| d.is_a?(Gem::Dependency) ? d : Gem::Dependency.new(*d) }
deps
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 38a5948163..37dd2a4b0d 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -346,7 +346,7 @@ module Bundler
raise e
end
- # backwards compatibility shim, see https://github.com/bundler/bundler/issues/5102
+ # backwards compatibility shim, see https://github.com/rubygems/bundler/issues/5102
kernel_class.send(:public, :gem) if Bundler.feature_flag.setup_makes_kernel_gem_public?
end
end