ruby-changes:71493
From: David <ko1@a...>
Date: Thu, 24 Mar 2022 20:22:16 +0900 (JST)
Subject: [ruby-changes:71493] 39606a774e (master): [rubygems/rubygems] Maybe this is now fixed
https://git.ruby-lang.org/ruby.git/commit/?id=39606a774e From 39606a774e2bbafd30dae9c4be1b6baf8b85b9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...> Date: Wed, 23 Mar 2022 15:19:02 +0100 Subject: [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 https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gems/compact_index_spec.rb#L761 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' -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/