diff options
author | David RodrÃguez <[email protected]> | 2020-06-07 14:00:59 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-06-18 19:14:15 +0900 |
commit | 6aafea2d99f61026e447fab74ef4b489a2d1aa6a (patch) | |
tree | efcb9d4736c0fbdeac5829ce7f245306f9fc3544 /spec/bundler/commands/check_spec.rb | |
parent | a8f9a97d49af4c814c899fda2a47a715ae740f62 (diff) |
[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
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec/bundler/commands/check_spec.rb')
-rw-r--r-- | spec/bundler/commands/check_spec.rb | 4 |
1 files changed, 0 insertions, 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)}" |