This commit is contained in:
Jorge Manrubia
2025-11-23 07:39:26 +01:00
committed by Jorge Manrubia
parent 277a45fa88
commit 03483a0526
+1 -1
View File
@@ -11,7 +11,7 @@ module Fizzy
def configure_bundle def configure_bundle
if saas? if saas?
ENV["BUNDLE_WITH"] = [ENV["BUNDLE_WITH"], "saas"].compact.join(",") ENV["BUNDLE_WITH"] = [ ENV["BUNDLE_WITH"], "saas" ].compact.join(",")
end end
end end
end end