Skip to content

Commit f67cd39

Browse files
committed
Set default configs to load: 7.2 -> 8.0 #1693
1 parent 3cd68f6 commit f67cd39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
module CoderdojoJp
1010
class Application < Rails::Application
1111
# Initialize configuration defaults for originally generated Rails version.
12-
config.load_defaults 7.2
12+
config.load_defaults 8.0
1313

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

0 commit comments

Comments
 (0)