Instead of a dedicated group, use a completely separate Gemfile for the saas version

The group-based approach won't work if you don't have access to the gems!
This commit is contained in:
Jorge Manrubia
2025-11-23 17:46:54 +01:00
parent 13f1ad19f3
commit ad6f3a9ff7
5 changed files with 654 additions and 12 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module Fizzy
def configure_bundle
if saas?
ENV["BUNDLE_WITH"] = [ ENV["BUNDLE_WITH"], "saas" ].compact.join(",")
ENV["BUNDLE_GEMFILE"] = "Gemfile.saas"
end
end
end