Skip to content

Commit

Permalink
Bump Rails default configuration from 6.1 to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Jan 22, 2025
1 parent dea6f73 commit 4129300
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 @@ -51,7 +51,7 @@
module Samson
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults 7.0

# the new default of `true` breaks test/models/user_test.rb see https://github.com/rails/rails/issues/40867
config.active_record.has_many_inversing = false
Expand Down

0 comments on commit 4129300

Please sign in to comment.