Move bc shorthand to saas gemfile

This commit is contained in:
Jorge Manrubia
2025-11-24 08:36:10 +01:00
parent a5b02755b2
commit c62e843d2b
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
source "https://rubygems.org"
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
gem "rails", github: "rails/rails", branch: "main"
+3
View File
@@ -1,6 +1,9 @@
# 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"