From 11f8ab9f12731fd636b04e49c31d4bd199feff2d Mon Sep 17 00:00:00 2001 From: Theodor Vararu Date: Thu, 19 Oct 2023 11:14:43 +0100 Subject: [PATCH] Use Rails 7.1 defaults --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 7ca5219e57..243d22fb20 100644 --- a/config/application.rb +++ b/config/application.rb @@ -21,7 +21,7 @@ module ManageVaccinations class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. - config.load_defaults 7.0 + config.load_defaults 7.1 # 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.