Use bundler groups instead of conditional

So that the gemfile.lock does not change across invocations
This commit is contained in:
Jorge Manrubia
2025-11-23 05:16:22 +01:00
committed by Jorge Manrubia
parent cf59ac1da9
commit 102827ff8d
4 changed files with 38 additions and 6 deletions
+1 -2
View File
@@ -76,8 +76,7 @@ group :test do
gem "mocha"
end
require_relative "lib/fizzy"
if Fizzy.saas?
group :saas, optional: true do
gem "activeresource", require: "active_resource"
gem "queenbee", git: "https://github.com/basecamp/queenbee-plugin"
gem "fizzy-saas", path: "gems/fizzy-saas"