Update dependencies, upgrade to Rails 7.1, require Ruby 3.x

This commit is contained in:
2024-02-02 14:25:47 +02:00
parent c5dd3c30a6
commit 68c5758ecc
6 changed files with 201 additions and 179 deletions

View File

@@ -42,7 +42,5 @@ module Akkounts
config.active_job.queue_adapter = :sidekiq
config.action_mailer.deliver_later_queue_name = nil # use "default" queue
config.active_record.legacy_connection_handling = false
end
end

View File

@@ -26,7 +26,7 @@ Rails.application.configure do
config.cache_store = :null_store
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
config.action_dispatch.show_exceptions = :none
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false