Skip to content

Commit

Permalink
Merge pull request #16232 from Bo98/vendor-gems-lock-add
Browse files Browse the repository at this point in the history
dev-cmd/vendor-gems: git add Gemfile.lock
  • Loading branch information
Bo98 authored Nov 17, 2023
2 parents 78b7d7e + 34b1f37 commit e9f05fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/dev-cmd/vendor-gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def vendor_gems
# Although we don't use 2.4.21, Dependabot does as it currently ignores your lockfile version.
# https://github.com/rubygems/rubygems/issues/7169
safe_system "bundle", "lock", "--add-platform", "aarch64-linux", "arm-linux"
system "git", "add", "Gemfile.lock" unless args.no_commit?

if args.non_bundler_gems?
%w[
Expand Down

0 comments on commit e9f05fe

Please sign in to comment.