Bundle update

This commit is contained in:
Patrick Gansterer 2022-10-08 16:10:00 +02:00
parent a81bb25512
commit 3a388596ea
2 changed files with 86 additions and 89 deletions

View file

@ -36,6 +36,9 @@ module Foodsoft
# Configure the default encoding used in templates for Ruby 1.9.
config.encoding = "utf-8"
# TODO: Remove this. See CVE-2022-32224 for details.
config.active_record.yaml_column_permitted_classes = [BigDecimal, Date, Symbol, Time]
# Enable escaping HTML in JSON.
config.active_support.escape_html_entities_in_json = true