Skip to content

Commit

Permalink
[rubygems/rubygems] RubyGems > 3.2.0.rc.1 is now always provided
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored and hsbt committed Dec 14, 2023
1 parent 778438d commit 41095f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bundler/rubygems_integration.rb
Expand Up @@ -446,7 +446,6 @@ def download_gem(spec, uri, cache_dir, fetcher)

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
Expand Down

0 comments on commit 41095f4

Please sign in to comment.