Skip to content

Commit

Permalink
update application defaults setting from 6.0 to 6.1 (#1144)
Browse files Browse the repository at this point in the history
* bump Rails config defaults from 6.0 to 6.1

* remove 6.0 > 6.1 defaults file
  • Loading branch information
PhilipDeFraties authored Dec 18, 2024
1 parent 6113de9 commit 28b1388
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
module DiffusionMarketplace
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.load_defaults 6.1

# Settings in config/environments/* take precedence over those specified here.
# Application configuration can go into files in config/initializers
Expand Down
67 changes: 0 additions & 67 deletions config/initializers/new_framework_defaults_6_1.rb

This file was deleted.

0 comments on commit 28b1388

Please sign in to comment.