summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2025-03-06 19:45:21 +0100
committerHiroshi SHIBATA <[email protected]>2025-03-10 12:43:36 +0900
commit0ca5240d58e292d0b94a0476dbeee07f61bc08c9 (patch)
treeabcaf713d80c94171892d28ea89a2a7f3f7d5c5f
parent9d5a3c0314f8065ab8da54e82cfaebe5f538883a (diff)
[rubygems/rubygems] `bundle console` deprecation was canceled
https://github.com/rubygems/rubygems/commit/1c237a4c3f
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12890
-rw-r--r--spec/bundler/commands/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
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"