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
+8
View File
@@ -0,0 +1,8 @@
# This Gemfile extends the base Gemfile with SaaS-specific dependencies
eval_gemfile "Gemfile"
gem "activeresource", require: "active_resource"
gem "queenbee", bc: "queenbee-plugin"
gem "fizzy-saas", bc: "fizzy-saas"
gem "rails_structured_logging", bc: "rails-structured-logging"