4e09352c09
We skip the QB code and we fill external account ids automatically on creation with a sequence See: https://github.com/basecamp/fizzy-saas/pull/7
12 lines
375 B
Plaintext
12 lines
375 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: "extract-signup"
|
|
gem "rails_structured_logging", bc: "rails-structured-logging"
|
|
|