From 0ca5240d58e292d0b94a0476dbeee07f61bc08c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 6 Mar 2025 19:45:21 +0100 Subject: [PATCH] [rubygems/rubygems] `bundle console` deprecation was canceled https://github.com/rubygems/rubygems/commit/1c237a4c3f --- spec/bundler/commands/platform_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/commands/platform_spec.rb b/spec/bundler/commands/platform_spec.rb index ab69ea0de8..d5fb0aa499 100644 --- a/spec/bundler/commands/platform_spec.rb +++ b/spec/bundler/commands/platform_spec.rb @@ -939,7 +939,7 @@ G end end - context "bundle console", bundler: "< 3" do + context "bundle console" do before do install_gemfile <<-G source "https://gem.repo1"