mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01:00
Update Rails to 6.1.6.1 (#37452).
git-svn-id: https://svn.redmine.org/redmine/trunk@21718 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||
ruby '>= 2.6.0', '< 3.2.0'
|
||||
gem 'bundler', '>= 1.12.0'
|
||||
|
||||
gem 'rails', '6.1.6'
|
||||
gem 'rails', '6.1.6.1'
|
||||
gem 'rouge', '~> 3.29.0'
|
||||
gem 'request_store', '~> 1.5.0'
|
||||
gem 'mini_mime', '~> 1.1.0'
|
||||
|
||||
@@ -32,6 +32,10 @@ module RedmineApp
|
||||
|
||||
config.active_record.store_full_sti_class = true
|
||||
config.active_record.default_timezone = :local
|
||||
config.active_record.yaml_column_permitted_classes = [
|
||||
Symbol,
|
||||
ActiveSupport::HashWithIndifferentAccess
|
||||
]
|
||||
|
||||
config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user