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
-7
View File
@@ -74,10 +74,3 @@ group :test do
gem "vcr"
gem "mocha"
end
group :saas, optional: true do
gem "activeresource", require: "active_resource"
gem "queenbee", bc: "queenbee-plugin"
gem "fizzy-saas", bc: "fizzy-saas"
gem "rails_structured_logging", bc: "rails-structured-logging"
end