ad6f3a9ff7
The group-based approach won't work if you don't have access to the gems!
9 lines
282 B
Plaintext
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"
|
|
|