Bundle update
This commit is contained in:
parent
a81bb25512
commit
3a388596ea
2 changed files with 86 additions and 89 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue