Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update faraday requirement from >= 2.2, < 2.10 to >= 2.2, < 2.11 (#80)
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lostisland/faraday/releases">faraday's releases</a>.</em></p> <blockquote> <h2>v2.10.0</h2> <h2>What's Changed</h2> <p>This release introduces support for middleware-level <code>default_options</code> 🎉 You can read more about it in <a href="https://lostisland.github.io/faraday/#/middleware/index?id=default_options">the docs</a>.</p> <h3>New features ✨</h3> <ul> <li>Introduce Middleware DEFAULT_OPTIONS with Application and Instance Configurability by <a href="https://github.com/ryan-mcneil"><code>@ryan-mcneil</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1572">lostisland/faraday#1572</a></li> </ul> <h3>Bug Fixes 🐞</h3> <ul> <li>Add logger as dependency by <a href="https://github.com/wynksaiddestroy"><code>@wynksaiddestroy</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1573">lostisland/faraday#1573</a></li> </ul> <h3>Misc/Docs 📄</h3> <ul> <li>Configure "npm" package-ecosystem for Dependabot by <a href="https://github.com/yykamei"><code>@yykamei</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1571">lostisland/faraday#1571</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wynksaiddestroy"><code>@wynksaiddestroy</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1573">lostisland/faraday#1573</a></li> <li><a href="https://github.com/ryan-mcneil"><code>@ryan-mcneil</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1572">lostisland/faraday#1572</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lostisland/faraday/compare/v2.9.2...v2.10.0">https://github.com/lostisland/faraday/compare/v2.9.2...v2.10.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lostisland/faraday/blob/main/CHANGELOG.md">faraday's changelog</a>.</em></p> <blockquote> <h1>Faraday Changelog</h1> <h2>The changelog has moved!</h2> <p>This file is not being updated anymore. Instead, please check the <a href="https://github.com/lostisland/faraday/releases">Releases</a> page.</p> <h2><a href="https://github.com/lostisland/faraday/compare/v2.1.0...v2.2.0">2.2.0</a> (2022-02-03)</h2> <ul> <li>Reintroduce the possibility to register middleware with symbols, strings or procs in <a href="https://redirect.github.com/lostisland/faraday/pull/1391">#1391</a></li> </ul> <h2><a href="https://github.com/lostisland/faraday/compare/v2.0.1...v2.1.0">2.1.0</a> (2022-01-15)</h2> <ul> <li>Fix test adapter thread safety by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1380">#1380</a></li> <li>Add default adapter options by <a href="https://github.com/hirasawayuki"><code>@hirasawayuki</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1382">#1382</a></li> <li>CI: Add Ruby 3.1 to matrix by <a href="https://github.com/petergoldstein"><code>@petergoldstein</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1374">#1374</a></li> <li>docs: fix regex pattern in logger.md examples by <a href="https://github.com/hirasawayuki"><code>@hirasawayuki</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1378">#1378</a></li> </ul> <h2><a href="https://github.com/lostisland/faraday/compare/v2.0.0...v2.0.1">2.0.1</a> (2022-01-05)</h2> <ul> <li>Re-add <code>faraday-net_http</code> as default adapter by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1366">#1366</a></li> <li>Updated sample format in UPGRADING.md by <a href="https://github.com/vimutter"><code>@vimutter</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1361">#1361</a></li> <li>docs: Make UPGRADING examples more copyable by <a href="https://github.com/olleolleolle"><code>@olleolleolle</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1363">#1363</a></li> </ul> <h2><a href="https://github.com/lostisland/faraday/compare/v1.8.0...v2.0.0">2.0.0</a> (2022-01-04)</h2> <p>The next major release is here, and it comes almost 2 years after the release of v1.0!</p> <p>This release changes the way you use Faraday and embraces a new paradigm of Faraday as an ecosystem, rather than a library.</p> <p>What does that mean? It means that Faraday is less of a bundled tool and more of a framework for the community to build on top of.</p> <p>As a result, all adapters and some middleware have moved out and are now shipped as standalone gems 🙌!</p> <p>But this doesn't mean that upgrading from Faraday 1.x to Faraday 2.0 should be hard, in fact we've listed everything you need to do in the <a href="https://github.com/lostisland/faraday/blob/main/UPGRADING.md">UPGRADING.md</a> doc.</p> <p>Moreover, we've setup a new <a href="https://github.com/lostisland/awesome-faraday">awesome-faraday</a> repository that will showcase a curated list of adapters and middleware 😎.</p> <p>This release was the result of the efforts of the core team and all the contributors, new and old, that have helped achieve this milestone 👏.</p> <h2>What's Changed</h2> <ul> <li>Autoloading, dependency loading and middleware registry cleanup by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1301">#1301</a></li> <li>Move JSON middleware (request and response) from faraday_middleware by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1300">#1300</a></li> <li>Remove deprecated <code>Faraday::Request#method</code> by <a href="https://github.com/olleolleolle"><code>@olleolleolle</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1303">#1303</a></li> <li>Remove deprecated <code>Faraday::UploadIO</code> by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1307">#1307</a></li> <li>[1.x] Deprecate Authorization helpers in <code>Faraday::Connection</code> by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1306">#1306</a></li> <li>Drop deprecated auth helpers from Connection and refactor auth middleware by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1308">#1308</a></li> <li>Add Faraday 1.x examples in authentication.md docs by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1320">#1320</a></li> <li>Fix passing a URL with embedded basic auth by <a href="https://github.com/iMacTia"><code>@iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1324">#1324</a></li> <li>Register JSON middleware by <a href="https://github.com/mollerhoj"><code>@mollerhoj</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1331">#1331</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lostisland/faraday/commit/18524c6e89071fbaf0592790f0f1da7a64107959"><code>18524c6</code></a> Version bump to 2.10.0</li> <li><a href="https://github.com/lostisland/faraday/commit/d51c392c2cb18526d5cba13c56d625a45435724a"><code>d51c392</code></a> Use specific version of rubygems-await</li> <li><a href="https://github.com/lostisland/faraday/commit/d83a2818e72f6be2230372c4f028b51e21eea2c0"><code>d83a281</code></a> Introduce Middleware DEFAULT_OPTIONS with Application and Instance Configurab...</li> <li><a href="https://github.com/lostisland/faraday/commit/1958cb1ce2fcfd91c6232b5acbd38de7196676a4"><code>1958cb1</code></a> Add <code>logger</code> as explicit dependency (<a href="https://redirect.github.com/lostisland/faraday/issues/1573">#1573</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/d7d5a6a36f494f53848ed5a9ef446740c5d8dd3a"><code>d7d5a6a</code></a> Configure "npm" package-ecosystem for Dependabot (<a href="https://redirect.github.com/lostisland/faraday/issues/1571">#1571</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/5996054fd4ad39653284862171b28661455044e9"><code>5996054</code></a> Version bump to 2.9.2</li> <li><a href="https://github.com/lostisland/faraday/commit/d8bfca25fa57c4a807f4a488f087387583c861fe"><code>d8bfca2</code></a> Merge relative url without escaping (<a href="https://redirect.github.com/lostisland/faraday/issues/1569">#1569</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/4abafa5c66ce75bc2abbf0a5e7e98137dea91eb2"><code>4abafa5</code></a> Add Bundler::GemHelper tasks to Rakefile</li> <li><a href="https://github.com/lostisland/faraday/commit/89107f988912b56e1b11a4ebaa978cc3727896d2"><code>89107f9</code></a> Add missing bundle install to publish.yml</li> <li><a href="https://github.com/lostisland/faraday/commit/b5245081d936758774098f256326892bca853f4c"><code>b524508</code></a> Version bump to 2.9.1</li> <li>Additional commits viewable in <a href="https://github.com/lostisland/faraday/compare/v2.2.0...v2.10.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
- Loading branch information