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.12 to >= 2.2, < 2.13 (#90)
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.12.0</h2> <h2>What's Changed</h2> <h3>New features ✨</h3> <ul> <li>Make RaiseError middleware configurable to not raise error on certain status codes (e.g. 404) by <a href="https://github.com/clemens"><code>@clemens</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1590">lostisland/faraday#1590</a></li> </ul> <h3>Fixes 🐞</h3> <ul> <li>Add json as an explicit dependency by <a href="https://github.com/deivid-rodriguez"><code>@deivid-rodriguez</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1589">lostisland/faraday#1589</a></li> </ul> <h3>Misc/Docs 📄</h3> <ul> <li>docs: fix grammar by <a href="https://github.com/dijonkitchen"><code>@dijonkitchen</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1588">lostisland/faraday#1588</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dijonkitchen"><code>@dijonkitchen</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1588">lostisland/faraday#1588</a></li> <li><a href="https://github.com/deivid-rodriguez"><code>@deivid-rodriguez</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1589">lostisland/faraday#1589</a></li> <li><a href="https://github.com/clemens"><code>@clemens</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1590">lostisland/faraday#1590</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lostisland/faraday/compare/v2.11.0...v2.12.0">https://github.com/lostisland/faraday/compare/v2.11.0...v2.12.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/59c5003ceb350096ade65086f8c17efbb7e0e53c"><code>59c5003</code></a> Version bump to 2.12.0</li> <li><a href="https://github.com/lostisland/faraday/commit/98d5adf9240bbac51be661208efb8afbd105b5fa"><code>98d5adf</code></a> Make RaiseError middleware configurable to not raise error on certain status ...</li> <li><a href="https://github.com/lostisland/faraday/commit/9e5c8a113f765cdd06bcf352369b2501e00fea80"><code>9e5c8a1</code></a> Add json as an explicit dependency (<a href="https://redirect.github.com/lostisland/faraday/issues/1589">#1589</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/9fcff671ffa2cd6c000c58c7225ddc3b7fde2dd1"><code>9fcff67</code></a> docs: fix grammar (<a href="https://redirect.github.com/lostisland/faraday/issues/1588">#1588</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/3170e7df6fe40b49a2f406c0aad503a6d9e2aa12"><code>3170e7d</code></a> Version bump to 2.11.0</li> <li><a href="https://github.com/lostisland/faraday/commit/f208ffcc9a9f850534f9d10902db4a48b7bb7f12"><code>f208ffc</code></a> Allow <code>faraday-net_http</code> 3.3.x</li> <li><a href="https://github.com/lostisland/faraday/commit/9056eccea61f1e08ff8e99024c292aeee621aff6"><code>9056ecc</code></a> Add ciphers attribute to SSLOptions (<a href="https://redirect.github.com/lostisland/faraday/issues/1582">#1582</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/99228e474316bfa73e6ed5eaca5aec9522e7de12"><code>99228e4</code></a> Fix typos (<a href="https://redirect.github.com/lostisland/faraday/issues/1585">#1585</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/9cdc025759278963080570c88e3db1a7771ab2b6"><code>9cdc025</code></a> Opt-in for MFA requirement explicitly (<a href="https://redirect.github.com/lostisland/faraday/issues/1580">#1580</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/3835b48d80a2e5d607782e24167073afd5c85a11"><code>3835b48</code></a> Add support for a new <code>ParallelManager#execute</code> method. (<a href="https://redirect.github.com/lostisland/faraday/issues/1584">#1584</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lostisland/faraday/compare/v2.2.0...v2.12.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information