[前][次][番号順一覧][スレッド一覧]

ruby-changes:68320

From: David <ko1@a...>
Date: Sat, 9 Oct 2021 09:27:18 +0900 (JST)
Subject: [ruby-changes:68320] 991a3aad05 (master): [rubygems/rubygems] `git commit` no longer needs to be allowed to fail

https://git.ruby-lang.org/ruby.git/commit/?id=991a3aad05

From 991a3aad058fc6b05c7d73fd240b2ad2d8325afd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Fri, 8 Oct 2021 13:06:21 +0200
Subject: [rubygems/rubygems] `git commit` no longer needs to be allowed to
 fail

https://github.com/rubygems/rubygems/commit/12af03d32f
---
 spec/bundler/support/builders.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb
index 58e4d147dc..0ece5ba7f6 100644
--- a/spec/bundler/support/builders.rb
+++ b/spec/bundler/support/builders.rb
@@ -569,7 +569,7 @@ module Spec https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/builders.rb#L569
           _default_files[path] += "\n#{Builders.constantize(name)}_PREV_REF = '#{current_ref}'"
         end
         super(options.merge(:path => libpath, :gemspec => update_gemspec, :source => source))
-        @context.git("commit -am BUMP", libpath, :raise_on_error => false)
+        @context.git("commit -am BUMP", libpath)
       end
     end
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]