From d390ad58d9d0be10cfd8f7c66e5e1b2562cc8508 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 25 May 2024 08:23:52 -0700 Subject: [PATCH] Update to 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 fd793ab..ef2edd9 100644 --- a/config/application.rb +++ b/config/application.rb @@ -23,7 +23,7 @@ Bundler.require(*Rails.groups) module Railsondocker 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.