Skip to content

Commit 2f0baba

Browse files
committed
fix(bootstrap): remove --no-upgrade option from brew bundle
It can easily lead to issues where certain packages are not compatible due to an older version already being installed. Hence we instead prefer to just update all deps to the latest version
1 parent 6c32ceb commit 2f0baba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bootstrap-ruby:
5151
bundle install
5252

5353
bootstrap-brew:
54-
brew bundle --verbose --no-upgrade
54+
brew bundle --verbose
5555

5656
bootstrap-pip:
5757
$(PIP) install -r requirements-ci.txt

0 commit comments

Comments
 (0)