Skip to content

Commit

Permalink
fix: update load_defaults to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Jul 8, 2024
1 parent e4c94bc commit 028e89a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
module DecidimApp
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.2
config.load_defaults 6.0

# TODO: make this setting true
config.action_dispatch.use_cookies_with_metadata = false

config.generators do |g|
# remove some specs
Expand Down
2 changes: 2 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
- metrics
- exports
- translations
- active_storage_analysis
- active_storage_purge

0 comments on commit 028e89a

Please sign in to comment.