Skip to content

Commit

Permalink
Merge pull request #129 from Homebrew/cheaper_bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jun 11, 2024
2 parents af4d02a + ec5e065 commit 4d6ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def git(*args)
if (target_directory_path/"Gemfile.lock").exist?
Dir.chdir target_directory_path do
puts "Running bundle install..."
system "bundle install --quiet >/dev/null"
system "bundle update --ruby --bundler --quiet >/dev/null"
end
end

Expand Down

0 comments on commit 4d6ec3f

Please sign in to comment.