Skip to content

Commit 7071a1e

Browse files
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.
1 parent 7cad1e4 commit 7071a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/commands/show_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,6 @@
239239
end
240240
end
241241

242-
RSpec.describe "bundle show", bundler: "4" do
242+
RSpec.describe "bundle show", bundler: "5" do
243243
pending "shows a friendly error about the command removal"
244244
end

0 commit comments

Comments
 (0)