Skip to content

Commit 7e04460

Browse files
committed
Revert "Fix encoding issue deserializing responses"
This reverts commit c987c91.
1 parent fd03386 commit 7e04460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldclient-rb/requestor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def initialize(sdk_key, config)
99
@sdk_key = sdk_key
1010
@config = config
1111
@client = Faraday.new do |builder|
12-
builder.use :http_cache, store: @config.cache_store, serializer: Marshal
12+
builder.use :http_cache, store: @config.cache_store
1313

1414
builder.adapter :net_http_persistent
1515
end

0 commit comments

Comments
 (0)