Skip to content

Commit

Permalink
Merge pull request #540 from ministryofjustice/rails-7-cleanup
Browse files Browse the repository at this point in the history
Rails 7 cleanup
  • Loading branch information
StevenLeighton21 authored Aug 4, 2023
2 parents c911a7c + b6c6763 commit 3bd5378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 150 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ workflows:
- test
filters:
branches:
only: master
only:
- master
- deploy_to_test_dev:
context: *moj-forms-context
requires:
Expand Down
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 FbUserFilestore
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.2
config.load_defaults 7.0

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

This file was deleted.

0 comments on commit 3bd5378

Please sign in to comment.