Skip to content

Commit

Permalink
Merge pull request #605 from codeforjapan/update-load_defaults-60
Browse files Browse the repository at this point in the history
fix: update load_defaults to `6.0`
  • Loading branch information
ayuki-joto authored Jul 9, 2024
2 parents 8d888f3 + 028e89a commit a403697
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 a403697

Please sign in to comment.