diff options
author | David RodrÃguez <[email protected]> | 2025-03-06 19:45:21 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-10 12:43:36 +0900 |
commit | 0ca5240d58e292d0b94a0476dbeee07f61bc08c9 (patch) | |
tree | abcaf713d80c94171892d28ea89a2a7f3f7d5c5f | |
parent | 9d5a3c0314f8065ab8da54e82cfaebe5f538883a (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.rb | 2 |
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" |