From c47c55bdc613222b4eda569d13f965ca5030fe30 Mon Sep 17 00:00:00 2001 From: Tim Wright Date: Wed, 15 Oct 2025 12:25:56 +1300 Subject: [PATCH] update to use 7.2 defaults --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index b6807f6..e1c0ac1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,7 +23,7 @@ module HarvesterWorker class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 7.1 + config.load_defaults 7.2 # Please, add to the `ignore` list any other `lib` subdirectories that do # not contain `.rb` files, or that should not be reloaded or eager loaded.