Skip to content

Commit

Permalink
Remove deprecation messages from actionpack test suite
Browse files Browse the repository at this point in the history
The 6.1 cache format that is the default is deprecated.
  • Loading branch information
rafaelfranca committed Aug 23, 2023
1 parent 3a680cd commit 818bfc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/test/abstract_unit.rb
Expand Up @@ -26,6 +26,8 @@
require "active_model"
require "zeitwerk"

ActiveSupport::Cache.format_version = 7.1

module Rails
class << self
def env
Expand Down

0 comments on commit 818bfc2

Please sign in to comment.