summaryrefslogtreecommitdiff
path: root/spec/bundler/support/builders.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-10-08 13:06:21 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-09 08:05:34 +0900
commit991a3aad058fc6b05c7d73fd240b2ad2d8325afd (patch)
tree31c00800ffcb49885b86c7a45307751179ab05a8 /spec/bundler/support/builders.rb
parenta5bae843ff2b2fe9b46de8766c135489ccda8d9e (diff)
[rubygems/rubygems] `git commit` no longer needs to be allowed to fail
https://github.com/rubygems/rubygems/commit/12af03d32f
Diffstat (limited to 'spec/bundler/support/builders.rb')
-rw-r--r--spec/bundler/support/builders.rb2
1 files changed, 1 insertions, 1 deletions
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
_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