[rubygems/rubygems] RubyGems > 3.2.0.rc.1 is now always provided

https://github.com/rubygems/rubygems/commit/929b521f3a
This commit is contained in:
David Rodríguez 2023-12-12 21:49:12 +01:00 committed by Hiroshi SHIBATA
parent 778438d423
commit 41095f4de0
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -446,7 +446,6 @@ module Bundler
begin
remote_gem_path = uri + "gems/#{gem_file_name}"
remote_gem_path = remote_gem_path.to_s if provides?("< 3.2.0.rc.1")
SharedHelpers.filesystem_access(local_gem_path) do
fetcher.cache_update_path remote_gem_path, local_gem_path