Skip to content

Commit

Permalink
Merge pull request #935 from alphagov/revert-931-allow-concurrent-run…
Browse files Browse the repository at this point in the history
…ning

Revert "Allow concurrent running of Rails 6.1 and 7.1"
  • Loading branch information
pixeltrix authored May 23, 2024
2 parents 4900cbf + 68eaebb commit 976f96c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0

# Enable the application to run concurrently with Rails 6.1 instances
config.active_support.cache_format_version = 6.1
config.active_support.hash_digest_class = OpenSSL::Digest::SHA1
config.active_support.key_generator_hash_digest_class = OpenSSL::Digest::SHA1

# 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.
# Common ones are `templates`, `generators`, or `middleware`, for example.
Expand Down

0 comments on commit 976f96c

Please sign in to comment.