dev-cmd/vendor-gems: git add Gemfile.lock
This commit is contained in:
parent
78b7d7e2d6
commit
34b1f37846
@ -58,6 +58,7 @@ module Homebrew
|
|||||||
# Although we don't use 2.4.21, Dependabot does as it currently ignores your lockfile version.
|
# Although we don't use 2.4.21, Dependabot does as it currently ignores your lockfile version.
|
||||||
# https://github.com/rubygems/rubygems/issues/7169
|
# https://github.com/rubygems/rubygems/issues/7169
|
||||||
safe_system "bundle", "lock", "--add-platform", "aarch64-linux", "arm-linux"
|
safe_system "bundle", "lock", "--add-platform", "aarch64-linux", "arm-linux"
|
||||||
|
system "git", "add", "Gemfile.lock" unless args.no_commit?
|
||||||
|
|
||||||
if args.non_bundler_gems?
|
if args.non_bundler_gems?
|
||||||
%w[
|
%w[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user