From 9983d2bceed3d50196bc755733c15561821b1409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 8 Aug 2025 14:00:51 +0200 Subject: [rubygems/rubygems] Delay pending spec We had actually cancelled this change. After a second look though, it does seem like a reasonable plan since `bundle list` makes more sense for listing gems, and `bundle info` makes more sense for showing info about a particular gem. `bundle show` is a strange mix of both. Let's schedule this for Bundler 5. https://github.com/rubygems/rubygems/commit/7071a1e82e --- spec/bundler/commands/show_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/commands/show_spec.rb b/spec/bundler/commands/show_spec.rb index e5440cdf7f..ba903ac495 100644 --- a/spec/bundler/commands/show_spec.rb +++ b/spec/bundler/commands/show_spec.rb @@ -239,6 +239,6 @@ RSpec.describe "bundle show" do end end -RSpec.describe "bundle show", bundler: "4" do +RSpec.describe "bundle show", bundler: "5" do pending "shows a friendly error about the command removal" end -- cgit v1.2.3