Skip to content

Commit 818bfc2

Browse files
committed
Remove deprecation messages from actionpack test suite
The 6.1 cache format that is the default is deprecated.
1 parent 3a680cd commit 818bfc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

actionpack/test/abstract_unit.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
require "active_model"
2727
require "zeitwerk"
2828

29+
ActiveSupport::Cache.format_version = 7.1
30+
2931
module Rails
3032
class << self
3133
def env

0 commit comments

Comments
 (0)