aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/bundler/commands/outdated_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/bundler/commands/outdated_spec.rb b/spec/bundler/commands/outdated_spec.rb
index d0209022a2..3b09d6f177 100644
--- a/spec/bundler/commands/outdated_spec.rb
+++ b/spec/bundler/commands/outdated_spec.rb
@@ -1114,8 +1114,7 @@ RSpec.describe "bundle outdated" do
gem 'major', '1.0.0'
G
- # remove 1.4.3 requirement and bar altogether
- # to setup update specs below
+ # remove all version requirements
gemfile <<-G
source "#{file_uri_for(gem_repo4)}"
gem 'patch'