Skip to content

Commit

Permalink
Switch to Rails 7.1 defaults
Browse files Browse the repository at this point in the history
In preparation for a Rails 7.2 upgrade
  • Loading branch information
jcoyne committed Sep 5, 2024
1 parent 4c89867 commit ce1aef1
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 @@ -9,7 +9,7 @@
module Aggregator
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.1
config.load_defaults 7.1

# 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 ce1aef1

Please sign in to comment.