Files
fizzy/Gemfile.saas
T
Jorge Manrubia ad6f3a9ff7 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!
2025-11-28 15:53:58 +01:00

9 lines
282 B
Plaintext

# 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"