From 6aafea2d99f61026e447fab74ef4b489a2d1aa6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sun, 7 Jun 2020 14:00:59 +0200 Subject: [rubygems/rubygems] Remove failing command that doesn't affect the spec This command was silently failing but doesn't really affect the outcome of the spec. https://github.com/rubygems/rubygems/commit/7880d08146 --- spec/bundler/commands/check_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/bundler/commands/check_spec.rb b/spec/bundler/commands/check_spec.rb index adcd582b25..b662e477b5 100644 --- a/spec/bundler/commands/check_spec.rb +++ b/spec/bundler/commands/check_spec.rb @@ -76,10 +76,6 @@ RSpec.describe "bundle check" do source "#{file_uri_for(gem_repo1)}" gem 'rails' G - install_gemfile <<-G - source "#{file_uri_for(gem_repo1)}" - gem 'rails_pinned_to_old_activesupport' - G gemfile <<-G source "#{file_uri_for(gem_repo1)}" -- cgit v1.2.3