Install our used bundler version

This commit is contained in:
Maikel Linke
2023-03-20 12:55:09 +11:00
parent 08f2254a0e
commit da0ef8531b
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -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