Skip to content

Commit

Permalink
In application.rb, change 'config.load_defaults 5.2' to 'config.load_…
Browse files Browse the repository at this point in the history
…defaults 6.0'
  • Loading branch information
elohanlon committed Dec 20, 2023
1 parent 3c28901 commit f91e3a3
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 @@ -12,7 +12,7 @@ class Application < Rails::Application
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.

config.load_defaults 5.2
config.load_defaults 6.0

config.generators do |g|
g.test_framework :rspec, spec: true
Expand Down

0 comments on commit f91e3a3

Please sign in to comment.