Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
set config.load_defaults 7.1 (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnIckler authored Aug 20, 2024
1 parent d6111f1 commit 2663b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
module WcaRegistration
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1

config.autoload_paths += Dir["#{config.root}/lib"]
config.active_job.queue_adapter = :shoryuken
Expand Down

0 comments on commit 2663b91

Please sign in to comment.