Skip to content

Commit 2f8db2d

Browse files
authored
Use Dalli::Protocol::Binary to address deprecataion warning
```ruby Dalli::Server is deprecated, use Dalli::Protocol::Binary instead ``` Refer petergoldstein/dalli#760
1 parent 4797c15 commit 2f8db2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/test/cache/stores/mem_cache_store_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get(key, options = {})
1919
end
2020
end
2121

22-
class UnavailableDalliServer < Dalli::Server
22+
class UnavailableDalliServer < Dalli::Protocol::Binary
2323
def alive?
2424
false
2525
end

0 commit comments

Comments
 (0)