Skip to content

Commit 3b4d473

Browse files
committed
Switch to 7.2 defaults
You can see new settings at [1], they all seem safe for us to switch to. I'll monitor RAM usage in Heroku after deploying because of the YJIT change. [1] https://redirect.github.com/rails/rails/blob/v7.2.3.1/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_2.rb.tt
1 parent ada84fa commit 3b4d473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
module App
2525
class Application < Rails::Application
2626
# Initialize configuration defaults for originally generated Rails version.
27-
config.load_defaults 7.1
27+
config.load_defaults 7.2
2828

2929
config.add_autoload_paths_to_load_path = false
3030

0 commit comments

Comments
 (0)