Upgrade faraday to version 0.14.0
Created by: depfu[bot]
Welcome to Depfu
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
We've upgraded a dependency and got test failures.
| gem name | version specification | new version |
|---|---|---|
| faraday | < 0.14, >= 0.8 | 0.14.0 |
It looks like this version isn't compatible with your project right now. Please take a look at the exact failure to figure out if this is something you need to work on.
What changed?
✳ ️ faraday ( → 0.14.0) · Repo · Changelog
Release Notes
From the Github release:
- If proxy is manually provided, this takes priority over
find_proxy(#724) - Allow overriding env proxy (#754)
- Fixes the behaviour for Excon's open_timeout (not setting write_timeout anymore) (#731)
- Remove Typhoeus adapter (#715)
- External Typhoeus Adapter Compatibility (#748)
- Warn about missing adapter when making a request (#743)
- Faraday::Adapter::Test stubs now support entire urls (with host) (#741)
- Handle all connection timeout messages in Patron (#687)
Commits
See the full diff on Github. The new version differs by 21 commits:
Fixes an issue with Travis deployment to RubygemsVersion bump to 0.14.0Allow overriding env proxy (#754)Adds Ruby 2.5 and switch to Trusty dist on Travis (#756)Handle all connection timeout messages in Patron (#687)Fixes issue on Travis for test ConnectionTest#test_dynamic_proxy (#753)Delete UPGRADING.mdCreate UPGRADING.mdFix CONTRIBUTING link in README (#749)External Typhoeus Adapter Compatibility (#748)Faraday::Adapter::Test stubs now support entire urls (with host) (#741)Moves github files under the `.github` folderCreate PULL_REQUEST_TEMPLATE.mdCreate CODE_OF_CONDUCT.mdCreate ISSUE_TEMPLATE.mdMention the externl typhoeus adapter (#740)Warn about adapter being unset when making a request (#743)Remove Typhoeus adapter (#715)Fixes the behaviour for Excon's open_timeout (not setting write_timeout anymore) (#731)If proxy is manually provided, this takes priority over `find_proxy` (#724)Asks Travis to use Ubuntu Precise
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits yourself. You can also trigger a rebase manually by commenting with @depfu rebase.