Skip to content

Commit

Permalink
Merge pull request #609 from codeforjapan/update-load_defaults-61
Browse files Browse the repository at this point in the history
fix: update load_defaults to `6.1`
  • Loading branch information
ayuki-joto authored Jul 10, 2024
2 parents 7111803 + 97ae41f commit a5ea373
Showing 1 changed file with 4 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 6.0
config.load_defaults 6.1

# TODO: remove these settings
config.action_controller.urlsafe_csrf_tokens = false

config.generators do |g|
# remove some specs
Expand Down

0 comments on commit a5ea373

Please sign in to comment.