Skip to content

Commit

Permalink
Start using Rails 7.1 defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 9, 2023
1 parent 71547ee commit b099680
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 Points
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1

# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
Expand Down

0 comments on commit b099680

Please sign in to comment.