mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make the commit of updated bundled_gems file
This commit is contained in:
parent
96228e3ed6
commit
b1149bf305
1 changed files with 2 additions and 0 deletions
|
@ -1335,6 +1335,8 @@ update-bundled_gems: PHONY
|
|||
$(tooldir)/update-bundled_gems.rb \
|
||||
"$(srcdir)/gems/bundled_gems" | \
|
||||
"$(IFCHANGE)" "$(srcdir)/gems/bundled_gems" -
|
||||
git -C "$(srcdir)" diff --no-ext-diff --ignore-submodules --exit-code || \
|
||||
git -C "$(srcdir)" commit -m "Update bundled_gems" gems/bundled_gems
|
||||
|
||||
test-bundled-gems-precheck: $(TEST_RUNNABLE)-test-bundled-gems-precheck
|
||||
yes-test-bundled-gems-precheck: main
|
||||
|
|
Loading…
Reference in a new issue