Skip to content

Commit

Permalink
chore: Make init uses bundle install (getsentry#3756)
Browse files Browse the repository at this point in the history
Make init now uses bundle install, which installs the gems specified in
the gemfile, instead of bundle update, which updates the gems to the
latest version specified in the gemfile.
  • Loading branch information
philipphofmann authored and Threema committed May 21, 2024
1 parent 15ccd0c commit aa311d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ init: setup-git
brew bundle
rbenv install --skip-existing
rbenv exec gem update bundler
rbenv exec bundle update
rbenv exec bundle install

.PHONY: setup-git
setup-git:
Expand Down

0 comments on commit aa311d8

Please sign in to comment.