From 39606a774e2bbafd30dae9c4be1b6baf8b85b9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 23 Mar 2022 15:19:02 +0100 Subject: [PATCH] [rubygems/rubygems] Maybe this is now fixed https://github.com/rubygems/rubygems/commit/d9c442e54c --- spec/bundler/install/gems/compact_index_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/bundler/install/gems/compact_index_spec.rb b/spec/bundler/install/gems/compact_index_spec.rb index 66f755c18f..1282dbf381 100644 --- a/spec/bundler/install/gems/compact_index_spec.rb +++ b/spec/bundler/install/gems/compact_index_spec.rb @@ -761,8 +761,6 @@ The checksum of /versions does not match the checksum provided by the server! So end it "performs partial update with a non-empty range" do - skip "HTTP_RANGE not set" if Gem.win_platform? - gemfile <<-G source "#{source_uri}" gem 'rack', '0.9.1'