Skip to content

Commit

Permalink
switch to using rails 8.0 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ihab4real committed Dec 16, 2024
1 parent 690f2b2 commit a76a1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
module RailsReactTutorial
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 8.0

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

0 comments on commit a76a1fe

Please sign in to comment.