mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update leaflet-rails to version 1.9.3
This commit is contained in:
parent
9f59b8b9a6
commit
abaf51fda5
2 changed files with 59 additions and 59 deletions
|
|
@ -35,5 +35,7 @@ module Osem
|
|||
config.generators.system_tests = nil
|
||||
# This is a nightmare with our current data model, no one ever thought about this.
|
||||
config.active_record.belongs_to_required_by_default = false
|
||||
# https://discuss.rubyonrails.org/t/cve-2022-32224-possible-rce-escalation-bug-with-serialized-columns-in-active-record/81017
|
||||
config.active_record.yaml_column_permitted_classes = ['Date', 'DateTime', 'Symbol', 'Time']
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue