mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Use install-bundler in setup script
This commit is contained in:
@@ -33,7 +33,7 @@ fi
|
||||
|
||||
# Set up Ruby dependencies via Bundler
|
||||
if ! command -v bundle > /dev/null; then
|
||||
gem install bundler
|
||||
./script/install-bundler
|
||||
fi
|
||||
|
||||
# Install all dependencies
|
||||
|
||||
Reference in New Issue
Block a user