1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[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
This commit is contained in:
David Rodríguez 2020-06-07 14:00:59 +02:00 committed by Hiroshi SHIBATA
parent a8f9a97d49
commit 6aafea2d99
Notes: git 2020-06-18 19:15:22 +09:00

View file

@ -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)}"