diff options
author | David RodrÃguez <[email protected]> | 2023-12-12 21:49:12 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-14 20:22:48 +0800 |
commit | 41095f4de058c1a9d571c3c7e745c748d6c07cbc (patch) | |
tree | d87c43f3ef1aa50ab90bf437c9e776088889f63f /lib | |
parent | 778438d423dac10d1a63f826cfc4dc18ca4c0b66 (diff) |
[rubygems/rubygems] RubyGems > 3.2.0.rc.1 is now always provided
https://github.com/rubygems/rubygems/commit/929b521f3a
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/rubygems_integration.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb index b1e7dd4149..d70d606f57 100644 --- a/lib/bundler/rubygems_integration.rb +++ b/lib/bundler/rubygems_integration.rb @@ -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 |