Skip to content

Commit

Permalink
Update Rails to 6.1.6.1 (#37452).
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.redmine.org/redmine/trunk@21718 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
vividtone committed Jul 19, 2022
1 parent f8a073b commit 60acaa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 4 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class Application < Rails::Application

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"

Expand Down

0 comments on commit 60acaa7

Please sign in to comment.