summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-08-08 14:00:51 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-08-18 12:31:51 +0900
commit9983d2bceed3d50196bc755733c15561821b1409 (patch)
tree040d184781657dc22ba6860994eaa43379664dad
parent679e8b1be42b8af2b675815d956eb86479cd1d55 (diff)
[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
-rw-r--r--spec/bundler/commands/show_spec.rb2
1 files changed, 1 insertions, 1 deletions
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