bundler/lib/bundler/compact_index_client/updater.rb in rubygems-update-3.2.32 vs bundler/lib/bundler/compact_index_client/updater.rb in rubygems-update-3.2.33
- old
+ new
@@ -74,14 +74,9 @@
raise MisMatchedChecksumError.new(remote_path, etag, etag_for(local_temp_path))
end
update(local_path, remote_path, :retrying)
end
- rescue Errno::EACCES
- raise Bundler::PermissionError,
- "Bundler does not have write access to create a temp directory " \
- "within #{Dir.tmpdir}. Bundler must have write access to your " \
- "systems temp directory to function properly. "
rescue Zlib::GzipFile::Error
raise Bundler::HTTPError
end
def etag_for(path)