Skip to content

Commit 49bb5eb

Browse files
authored
Merge pull request rails#56687 from Saidbek/remove-unused-delegate-require-from-mem-cache-store
Remove unused delegate loading from MemCacheStore
2 parents 09c1c9f + 2fec31a commit 49bb5eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activesupport/lib/active_support/cache/mem_cache_store.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
end
99

1010
require "connection_pool"
11-
require "delegate"
1211
require "active_support/core_ext/enumerable"
1312
require "active_support/core_ext/array/extract_options"
1413
require "active_support/core_ext/numeric/time"

0 commit comments

Comments
 (0)