Skip to content

Commit

Permalink
Re-introduce bundle install to bin/setup (#2754)
Browse files Browse the repository at this point in the history
In #2748, we tidied up some parts of `bin/setup`, but went too far and
also remove the `bundle install` command. Once we made a change to
bundle, this then failed.

So add that back in.
  • Loading branch information
nickcharlton authored Jan 10, 2025
1 parent 59733b0 commit 2bd3037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [ ! -e "$DB_CONFIG_PATH" ]; then
fi

gem install bundler --conservative
bundle install
bundle exec appraisal install
yarn install

Expand Down

0 comments on commit 2bd3037

Please sign in to comment.