summaryrefslogtreecommitdiff
path: root/spec/bundler/support
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-12-22 19:29:47 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-11 13:51:52 +0900
commit580d4a4053067dde69be81133a55bd1bf8ef65c8 (patch)
tree11fa8b2f9a361d73796585223cb57c0c1b90925c /spec/bundler/support
parent7f0dbfc9c80777b0f189bdaf1b2f70f309ddab31 (diff)
[rubygems/rubygems] Show diff on source control errors
https://github.com/rubygems/rubygems/commit/d728fa1b04
Diffstat (limited to 'spec/bundler/support')
-rw-r--r--spec/bundler/support/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/rubygems_ext.rb b/spec/bundler/support/rubygems_ext.rb
index c242e3a528..0d1ad2d528 100644
--- a/spec/bundler/support/rubygems_ext.rb
+++ b/spec/bundler/support/rubygems_ext.rb
@@ -86,7 +86,7 @@ module Spec
puts success_message
puts
else
- system("git status --porcelain")
+ system("git diff")
puts
puts error_message