From db59619ce5f7edd2ea0fdf60f29cfed466628987 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 27 Oct 2025 10:41:05 +0900 Subject: [PATCH] [ruby/rubygems] Fixup https://github.com/ruby/rubygems/commit/9b3a5a8ae9cd https://github.com/ruby/rubygems/commit/8f6eb4ac64 --- spec/bundler/other/major_deprecation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/other/major_deprecation_spec.rb b/spec/bundler/other/major_deprecation_spec.rb index 947800be22..dc96fb852a 100644 --- a/spec/bundler/other/major_deprecation_spec.rb +++ b/spec/bundler/other/major_deprecation_spec.rb @@ -598,7 +598,7 @@ RSpec.describe "major deprecations" do L end - it "raises a helpful error" do + it "warns a helpful error" do bundle "install", raise_on_error: false expect(err).to include("Found x64-mingw32 in lockfile, which is deprecated and will be removed in the future.")