Skip to content

Commit 0496d4c

Browse files
committed
load rails 7.2 defaults
Now we have aligned the rails defaults version with the Rails version
1 parent fb361c2 commit 0496d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_application/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class RailsApplication
1515
class Application < Rails::Application
1616

17-
config.load_defaults 7.1
17+
config.load_defaults 7.2
1818
config.generators.system_tests = nil
1919
end
2020
end

0 commit comments

Comments
 (0)