Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit f47485e

Browse files
committed
Merge pull request #47 from wadtech/master
Use Marshal for faraday serializer.
2 parents 3fac43d + 6603464 commit f47485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/faraday.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
stack = Faraday::RackBuilder.new do |builder|
2-
builder.use Faraday::HttpCache
2+
builder.use Faraday::HttpCache, serializer: Marshal
33
builder.use Octokit::Response::RaiseError
44
builder.adapter Faraday.default_adapter
55
end

0 commit comments

Comments
 (0)