dep: add refs to the fizzy-saas git dependencies
so that we can quickly switch the app between using the saas extension and not. (Bundler will re-fetch the remote if the ref is not present.) Also set the bundler config to auto-install missing dependencies.
This commit is contained in:
@@ -4,6 +4,7 @@ def system!(*args) system(*args, exception: true) end
|
||||
|
||||
puts "== Installing dependencies =="
|
||||
system("gem install bundler --conservative")
|
||||
system("bundle config set --local auto_install true")
|
||||
system("bundle check") || system!("bundle install")
|
||||
|
||||
if ENV.fetch("SAAS_EXTENSION", "") != ""
|
||||
|
||||
Reference in New Issue
Block a user