summaryrefslogtreecommitdiff
path: root/spec/bundler/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-03-23 15:19:02 +0100
committergit <svn-admin@ruby-lang.org>2022-03-24 20:22:00 +0900
commit39606a774e2bbafd30dae9c4be1b6baf8b85b9a0 (patch)
tree01ed7236e86aff2578e56fe5ae98427229d1ebf4 /spec/bundler/install
parente6c1db1d8a95d3eb52759414660d005a6d109cda (diff)
[rubygems/rubygems] Maybe this is now fixed
https://github.com/rubygems/rubygems/commit/d9c442e54c
Diffstat (limited to 'spec/bundler/install')
-rw-r--r--spec/bundler/install/gems/compact_index_spec.rb2
1 files changed, 0 insertions, 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'