Skip to content

Commit 929b521

Browse files
RubyGems > 3.2.0.rc.1 is now always provided
1 parent 30db1eb commit 929b521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundler/lib/bundler/rubygems_integration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ def download_gem(spec, uri, cache_dir, fetcher)
446446

447447
begin
448448
remote_gem_path = uri + "gems/#{gem_file_name}"
449-
remote_gem_path = remote_gem_path.to_s if provides?("< 3.2.0.rc.1")
450449

451450
SharedHelpers.filesystem_access(local_gem_path) do
452451
fetcher.cache_update_path remote_gem_path, local_gem_path

0 commit comments

Comments
 (0)