Skip to content

Commit

Permalink
Merge pull request #1466 from alphagov/use-rails-7.1-defaults
Browse files Browse the repository at this point in the history
Use Rails 7.1 defaults
  • Loading branch information
brucebolt authored Aug 27, 2024
2 parents b61eea5 + 8bf7c23 commit 7c129aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 224 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
module AssetManager
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
config.load_defaults 7.1

# Configuration for the application, engines, and railties goes here.
#
Expand Down
223 changes: 0 additions & 223 deletions config/initializers/new_framework_defaults_7_1.rb

This file was deleted.

0 comments on commit 7c129aa

Please sign in to comment.