mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-28 01:53:25 +00:00
Install our used bundler version
This commit is contained in:
@@ -14,7 +14,7 @@ FileUtils.chdir APP_ROOT do
|
||||
# Add necessary setup steps to this file.
|
||||
|
||||
puts "== Installing dependencies =="
|
||||
system! "gem install bundler --conservative"
|
||||
system! "script/install-bundler"
|
||||
system("bundle check") || system!("bundle install")
|
||||
|
||||
# Install JavaScript dependencies
|
||||
|
||||
@@ -27,9 +27,6 @@ elif ! ruby --version | grep $RUBY_VERSION > /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Install used Bundler version
|
||||
./script/install-bundler
|
||||
|
||||
# Install dependencies, prepare database and tidy
|
||||
./bin/setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user