12 lines
368 B
Plaintext
12 lines
368 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", branch: "secrets"
|
|
gem "rails_structured_logging", bc: "rails-structured-logging"
|
|
|