twingly / twingly-http

Robust HTTP client
https://rubygems.org/gems/twingly-http
MIT License
0 stars 1 forks source link

Allow newer versions of faraday #12

Closed Pontus4 closed 3 years ago

Pontus4 commented 3 years ago

The new version suppresses the following warnings:

/Users/pontus/.gem/ruby/2.7.1/gems/faraday-1.0.1/lib/faraday/dependency_loader.rb:21: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /Users/pontus/repos/twingly-http/lib/faraday/url_size_limit/middleware.rb:8: warning: The called method `initialize' is defined here

Close #10