From 23cf99e99dbae352f8497fb20cc92248c9b63580 Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Wed, 17 Jun 2020 21:26:13 -0500 Subject: [rubygems/rubygems] Bundler specs - Windows - remove skips, File.open => File.readlines Using File.open without a block leaves a file reference that causes issues with file operations commands/binstubs_spec.rb install/gems/compact_index_spec.rb install/gems/dependency_api_spec.rb install/gems/standalone_spec.rb runtime/executable_spec.rb https://github.com/rubygems/rubygems/commit/4b9a6ca156 --- spec/bundler/install/gems/compact_index_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/bundler/install/gems/compact_index_spec.rb') diff --git a/spec/bundler/install/gems/compact_index_spec.rb b/spec/bundler/install/gems/compact_index_spec.rb index e5ec9cc567..72b2f925d1 100644 --- a/spec/bundler/install/gems/compact_index_spec.rb +++ b/spec/bundler/install/gems/compact_index_spec.rb @@ -522,8 +522,6 @@ The checksum of /versions does not match the checksum provided by the server! So end it "installs the binstubs", :bundler => "< 3" do - skip "exec format error" if Gem.win_platform? - gemfile <<-G source "#{source_uri}" gem "rack" -- cgit v1.2.3