Files
fizzy/Gemfile.saas
T
Jorge Manrubia 9e2a174d5d Update bundle
2025-11-28 15:53:58 +01:00

12 lines
349 B
Plaintext

# This Gemfile extends the base Gemfile with SaaS-specific dependencies
eval_gemfile "Gemfile"
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
gem "activeresource", require: "active_resource"
gem "queenbee", bc: "queenbee-plugin"
gem "fizzy-saas", bc: "fizzy-saas"
gem "rails_structured_logging", bc: "rails-structured-logging"