summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-08-01 11:46:49 +0200
committergit <svn-admin@ruby-lang.org>2022-08-01 23:14:22 +0900
commit5c13adb746ad7d0f829809ee833e4fdde1238e68 (patch)
tree1ec885711afc7a7e0916d47514acc780bd0a556a /spec/bundler
parent5bbba76489628f4509495ebf4ba0a7aad4c0b560 (diff)
[rubygems/rubygems] Fix comment incorrectly copied from another spec
https://github.com/rubygems/rubygems/commit/9be5eae9cf
Diffstat (limited to 'spec/bundler')
-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'