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 () | |
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://.com/rubygems/rubygems/commit/7880d08146
Notes: Merged: https://.com/ruby/ruby/pull/3212
-rw-r--r-- | spec/bundler/commands/check_spec.rb | 4 |
1 files changed, 0 insertions, 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)}" |