Skip to content

Commit

Permalink
chore: update to Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger committed Nov 6, 2024
1 parent 9b7d667 commit 07c0cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
module MesDevisSansOublis
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.2

config.i18n.default_locale = :fr
config.i18n.fallbacks = [:en]
Expand All @@ -40,5 +40,7 @@ class Application < Rails::Application

# Don't generate system test files.
config.generators.system_tests = nil

config.autoload_lib(ignore: %w[assets tasks])
end
end
2 changes: 1 addition & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07c0cf7

Please sign in to comment.