Skip to content

Commit a76a1fe

Browse files
committed
switch to using rails 8.0 defaults
1 parent 690f2b2 commit a76a1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
module RailsReactTutorial
1212
class Application < Rails::Application
1313
# Initialize configuration defaults for originally generated Rails version.
14-
config.load_defaults 7.0
14+
config.load_defaults 8.0
1515

1616
# Please, add to the `ignore` list any other `lib` subdirectories that do
1717
# not contain `.rb` files, or that should not be reloaded or eager loaded.

0 commit comments

Comments
 (0)