Skip to content

Commit

Permalink
Update defaults to Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Oct 26, 2024
1 parent ceaf8bd commit ca5857e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
module Kitsu
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
config.load_defaults 6.1

# Enable assets (used by rails_admin, emails)
config.assets.enabled = true
Expand Down
51 changes: 0 additions & 51 deletions config/initializers/new_framework_defaults_6_1.rb

This file was deleted.

0 comments on commit ca5857e

Please sign in to comment.