Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Update faraday requirement from ~> 0.9 to >= 0.9, < 2.0 #5

Merged
merged 1 commit into from Mar 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Updates the requirements on faraday to permit the latest version.

Release notes

Sourced from faraday's releases.

v1.3.0

Highlights

Faraday v1.3.0 is the first release to officially support Ruby 3.0 in the CI pipeline 馃帀 馃嵕!

This is also the first release with a previously "included" adapter (Net::HTTP) being isolated into a separate gem 馃帄! The new adapter is added to Faraday as a dependency for now, so that means full backwards-compatibility, but just to be safe be careful when upgrading!

This is a huge step towards are Faraday v2.0 objective of pushing adapters and middleware into separate gems. Many thanks to the Faraday Team, @鈥婮anDintel and everyone who attended the ROSS Conf remote event

Features

Fixes

Documentation

Misc

v1.2.0

Features

  • Introduces on_request and on_complete methods in Faraday::Middleware. (#1194, @鈥媔MacTia)

Fixes

Documentation

Misc

... (truncated)

Changelog

Sourced from faraday's changelog.

v1.3.0 (2020-12-31)

Highlights

Faraday v1.3.0 is the first release to officially support Ruby 3.0 in the CI pipeline 馃帀 馃嵕!

This is also the first release with a previously "included" adapter (Net::HTTP) being isolated into a separate gem 馃帄! The new adapter is added to Faraday as a dependency for now, so that means full backwards-compatibility, but just to be safe be careful when upgrading!

This is a huge step towards are Faraday v2.0 objective of pushing adapters and middleware into separate gems. Many thanks to the Faraday Team, @鈥婮anDintel and everyone who attended the ROSS Conf remote event

Features

Fixes

Documentation

Misc

v1.2.0 (2020-12-23)

Features

  • Introduces on_request and on_complete methods in Faraday::Middleware. (#1194, @鈥媔MacTia)

Fixes

Documentation

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md)
- [Commits](lostisland/faraday@v0.15.4...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2021
@ianpurvis ianpurvis merged commit ddd0eac into master Mar 17, 2021
@ianpurvis ianpurvis deleted the dependabot/bundler/faraday-1.3.0 branch March 17, 2021 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Net::HTTP Adapter still doesn't ignore env proxy
1 participant