Add actionpack-xml_parser to Gemfile.saas (production bundle)

The prior commit added it to saas/Gemfile but the production Docker
build uses Gemfile.saas (via BUNDLE_GEMFILE). This ensures the XML
parameter parser is present in the actual runtime environment.
This commit is contained in:
Jeremy Daer
2026-02-17 20:37:31 -08:00
parent 475fb63c6d
commit 8da0c47a5f
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ eval_gemfile "Gemfile"
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
gem "activeresource", require: "active_resource"
gem "actionpack-xml_parser" # needed by queenbee for XML request body parsing
gem "stripe", "~> 18.0"
gem "queenbee", bc: "queenbee-plugin"
gem "fizzy-saas", path: "saas"