Update to 7.1 defaults

This commit is contained in:
Ryan Williams
2024-05-25 08:23:52 -07:00
committed by GitHub
parent c1904ac6a0
commit d390ad58d9
+1 -1
View File
@@ -23,7 +23,7 @@ Bundler.require(*Rails.groups)
module Railsondocker module Railsondocker
class Application < Rails::Application class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version. # 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 # 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. # not contain `.rb` files, or that should not be reloaded or eager loaded.