summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-02-09 15:24:06 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-21 19:28:12 +0900
commit80389915838fe235b5691391ba00e2733e31d93b (patch)
tree030c8d7d54f8d61221367d225b6edffe55cf44ae /spec/bundler
parente7bf85961d43e5679946abd3cd0de59278582309 (diff)
[rubygems/rubygems] Sync with pub_grub main branch
We became a bit out of sync lately. https://github.com/rubygems/rubygems/commit/6161a2610a
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7345
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/install/gems/resolving_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gems/resolving_spec.rb b/spec/bundler/install/gems/resolving_spec.rb
index 279d3422c1..fb6dda2f88 100644
--- a/spec/bundler/install/gems/resolving_spec.rb
+++ b/spec/bundler/install/gems/resolving_spec.rb
@@ -190,7 +190,7 @@ RSpec.describe "bundle install with install-time dependencies" do
expect(out).to include(" net_b").
and include("Resolving dependencies...").
and include("Solution found after 1 attempts:").
- and include("selecting net_b 1.0")
+ and include("selected net_b 1.0")
end
end
end