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:
Mike Dalessio
2025-09-12 11:38:06 -04:00
parent e7dcefb25b
commit f4e2fe31b4
4 changed files with 22 additions and 17 deletions
+1
View File
@@ -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", "") != ""