From d24296eddd2b8802fde9b7fa834a57abf1f659c7 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Thu, 16 Jan 2020 18:33:26 -0500 Subject: [repo move] Update GitHub URL in comments in lib/. --- lib/bundler/remote_specification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/remote_specification.rb') 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 -- cgit v1.2.1