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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user