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:
parent
a8f9a97d49
commit
6aafea2d99
Notes:
git
2020-06-18 19:15:22 +09:00
1 changed files with 0 additions and 4 deletions
|
@ -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)}"
|
||||
|
|
Loading…
Reference in a new issue