Skip to content

Commit

Permalink
Use Rails 7.1 default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Aug 28, 2024
1 parent 8ee4afd commit 3ca8ca3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 285 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
module Pipeline
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
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
284 changes: 0 additions & 284 deletions config/initializers/new_framework_defaults_7_1.rb

This file was deleted.

0 comments on commit 3ca8ca3

Please sign in to comment.