Bump rails version to remove svg renderer patch (#2081)

This commit is contained in:
Thiago Youssef
2025-12-11 11:15:54 -03:00
committed by GitHub
parent 193a28f6c8
commit 36419c3600
3 changed files with 9 additions and 16 deletions
@@ -1,7 +0,0 @@
# FIXME: Upstream to Rails
Rails.application.config.after_initialize do
ActionController.add_renderer :svg do |svg, options|
self.content_type = Mime[:svg] if media_type.nil?
svg
end
end