mashiro / saorin-server-reel

reel server adapter for saorin
MIT License
0 stars 0 forks source link

Update faraday requirement from ~> 0.9.0 to ~> 0.17.1 #12

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on faraday to permit the latest version.

Release notes *Sourced from [faraday's releases](https://github.com/lostisland/faraday/releases).* > ## Faraday v0.17.1 > Final release before Faraday v1.0, with important fixes for Ruby 2.7. > > Fixes: > > * RaiseError response middleware raises exception if HTTP client returns a nil > status. ([#1042](https://github-redirect.dependabot.com/lostisland/faraday/issues/1042)) > > Misc: > > * Fix Ruby 2.7 warnings ([#1009](https://github-redirect.dependabot.com/lostisland/faraday/issues/1009)) > * Add `Faraday::Deprecate` to warn about upcoming v1.0 changes. ([#1054](https://github-redirect.dependabot.com/lostisland/faraday/issues/1054), [#1059](https://github-redirect.dependabot.com/lostisland/faraday/issues/1059), > [#1076](https://github-redirect.dependabot.com/lostisland/faraday/issues/1076), [#1077](https://github-redirect.dependabot.com/lostisland/faraday/issues/1077)) > * Add release notes up to current in CHANGELOG.md ([#1066](https://github-redirect.dependabot.com/lostisland/faraday/issues/1066)) > * Port minimal rspec suite from main branch to run backported tests. ([#1058](https://github-redirect.dependabot.com/lostisland/faraday/issues/1058))
Changelog *Sourced from [faraday's changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md).* > # Faraday Changelog > > ## v1.0-rc1 > > Features: > > * Add #trace and #connect support to Faraday::Connection [#861](https://github-redirect.dependabot.com/lostisland/faraday/issues/861) ([@​technoweenie](https://github.com/technoweenie)) > * Add the log formatter that is easy to override and safe to inherit [#889](https://github-redirect.dependabot.com/lostisland/faraday/issues/889) ([@​prikha](https://github.com/prikha)) > * Support standalone adapters [#941](https://github-redirect.dependabot.com/lostisland/faraday/issues/941) ([@​iMacTia](https://github.com/iMacTia)) > * Introduce Faraday::ConflictError for 409 response code [#979](https://github-redirect.dependabot.com/lostisland/faraday/issues/979) ([@​lucasmoreno](https://github.com/lucasmoreno)) > > Bugs: > > * Explicitly require date for DateTime library in Retry middleware [#844](https://github-redirect.dependabot.com/lostisland/faraday/issues/844) ([@​nickpresta](https://github.com/nickpresta)) > * Refactor Adapter as final endpoints [#846](https://github-redirect.dependabot.com/lostisland/faraday/issues/846) ([@​iMacTia](https://github.com/iMacTia)) > * Separate Request and Response bodies in Faraday::Env [#847](https://github-redirect.dependabot.com/lostisland/faraday/issues/847) ([@​iMacTia](https://github.com/iMacTia)) > * Implement Faraday::Connection#options to make HTTP requests with the OPTIONS verb. [#857](https://github-redirect.dependabot.com/lostisland/faraday/issues/857) ([@​technoweenie](https://github.com/technoweenie)) > * Multipart: Drop Ruby 1.8 String behavior compat [#892](https://github-redirect.dependabot.com/lostisland/faraday/issues/892) ([@​olleolleolle](https://github.com/olleolleolle)) > * Fix Ruby warnings in Faraday::Options.memoized [#962](https://github-redirect.dependabot.com/lostisland/faraday/issues/962) ([@​technoweenie](https://github.com/technoweenie)) > * Allow setting min/max SSL version for a Net::HTTP::Persistent connection [#972](https://github-redirect.dependabot.com/lostisland/faraday/issues/972), [#973](https://github-redirect.dependabot.com/lostisland/faraday/issues/973) ([@​bdewater](https://github.com/bdewater), [@​olleolleolle](https://github.com/olleolleolle)) > > Misc: > > * Convert minitest suite to RSpec [#832](https://github-redirect.dependabot.com/lostisland/faraday/issues/832) ([@​iMacTia](https://github.com/iMacTia), with help from [@​gaynetdinov](https://github.com/gaynetdinov), [@​Insti](https://github.com/Insti), [@​technoweenie](https://github.com/technoweenie)) > * Major effort to update code to RuboCop standards. [#854](https://github-redirect.dependabot.com/lostisland/faraday/issues/854) ([@​olleolleolle](https://github.com/olleolleolle), [@​iMacTia](https://github.com/iMacTia), [@​technoweenie](https://github.com/technoweenie), [@​htwroclau](https://github.com/htwroclau), [@​jherdman](https://github.com/jherdman), [@​Drenmi](https://github.com/Drenmi), [@​Insti](https://github.com/Insti)) > * Documentation tweaks ([@​adsteel](https://github.com/adsteel), [@​Hubro](https://github.com/Hubro), [@​iMacTia](https://github.com/iMacTia), [@​olleolleolle](https://github.com/olleolleolle), [@​technoweenie](https://github.com/technoweenie)) > * Update license year [#981](https://github-redirect.dependabot.com/lostisland/faraday/issues/981) ([@​Kevin-Kawai](https://github.com/Kevin-Kawai)) > > ## v0.17.0 > > This release is the same as v0.15.4. It was pushed to cover up releases > v0.16.0-v0.16.2. > > ## v0.15.4 > > * Expose `pool_size` as a option for the NetHttpPersistent adapter ([#834](https://github-redirect.dependabot.com/lostisland/faraday/issues/834)) > > ## v0.15.3 > > * Make Faraday::Request serialisable with Marshal. ([#803](https://github-redirect.dependabot.com/lostisland/faraday/issues/803)) > * Add DEFAULT_EXCEPTIONS constant to Request::Retry ([#814](https://github-redirect.dependabot.com/lostisland/faraday/issues/814)) > * Add support for Ruby 2.6 Net::HTTP write_timeout ([#824](https://github-redirect.dependabot.com/lostisland/faraday/issues/824)) > > ## v0.15.2 > > * Prevents `Net::HTTP` adapters to retry request internally by setting `max_retries` to 0 if available (Ruby 2.5+). ([#799](https://github-redirect.dependabot.com/lostisland/faraday/issues/799)) > * Fixes `NestedParamsEncoder` handling of empty array values ([#801](https://github-redirect.dependabot.com/lostisland/faraday/issues/801)) > > ## v0.15.1 > > ... (truncated)
Commits - [`9865ebb`](https://github.com/lostisland/faraday/commit/9865ebbf8ffdbb2f12bb3af7f02baa10070e8c5a) add release notes for Faraday v0.17.1 ([#1082](https://github-redirect.dependabot.com/lostisland/faraday/issues/1082)) - [`6fc0845`](https://github.com/lostisland/faraday/commit/6fc084565e21ed91e6e883de522bf978d05d2035) Merge pull request [#1081](https://github-redirect.dependabot.com/lostisland/faraday/issues/1081) from lostisland/0.1x-ruby-2.7-fixes - [`b32566c`](https://github.com/lostisland/faraday/commit/b32566c3aa876a21f15f67580c42635e534e483b) This fixes warnings on Ruby 2.7 ([#1009](https://github-redirect.dependabot.com/lostisland/faraday/issues/1009)) - [`389ede4`](https://github.com/lostisland/faraday/commit/389ede471f7948bdfd4694645fd588b8f5c79b76) Merge pull request [#1076](https://github-redirect.dependabot.com/lostisland/faraday/issues/1076) from lostisland/0.1x-deprecate-fixes-2 - [`b499d4f`](https://github.com/lostisland/faraday/commit/b499d4f26574aa00597353ee6e3a897f851db44f) Merge pull request [#1077](https://github-redirect.dependabot.com/lostisland/faraday/issues/1077) from BobbyMcWho/deprecate-changes - [`5099ebc`](https://github.com/lostisland/faraday/commit/5099ebc724fabcd0730e20a48541784441ff2f28) Remove the intermediate variable - [`8332622`](https://github.com/lostisland/faraday/commit/833262233005c77ccdff269b27964bf9a20eab67) teach DeprecatedClass.proxy_class to accept a different ver - [`34e28b6`](https://github.com/lostisland/faraday/commit/34e28b65e7dbfdae8a69f6257593ca882d082f37) remove usage of === - [`2f1a8c9`](https://github.com/lostisland/faraday/commit/2f1a8c9b75cbe80e8364235311f3c3ca0d361b8d) Merge pull request [#1066](https://github-redirect.dependabot.com/lostisland/faraday/issues/1066) from lostisland/0.1x-changelog - [`a1fc91e`](https://github.com/lostisland/faraday/commit/a1fc91e6f18e43ed2176d96f21012c703b3cc8aa) update authors - Additional commits viewable in [compare view](https://github.com/lostisland/faraday/compare/v0.9.0...v0.17.1)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #13.