Skip to content

Commit

Permalink
Bump faraday from 2.8.1 to 2.9.0 (karlentwistle#107)
Browse files Browse the repository at this point in the history
Bumps [faraday](https://github.com/lostisland/faraday) from 2.8.1 to
2.9.0.
<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.9.0</h2>
<h2>What's Changed</h2>
<p>NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby
3.0 the minimum version.</p>
<ul>
<li>Remove runtime dependency on base64 by <a
href="https://github.com/Earlopain"><code>@​Earlopain</code></a> in <a
href="https://redirect.github.com/lostisland/faraday/pull/1541">lostisland/faraday#1541</a></li>
<li>Make Ruby 3.0 the min version by <a
href="https://github.com/iMacTia"><code>@​iMacTia</code></a> in <a
href="https://redirect.github.com/lostisland/faraday/pull/1544">lostisland/faraday#1544</a></li>
<li>Bump <code>faraday-net_http</code> version to allow 3.1 by <a
href="https://github.com/iMacTia"><code>@​iMacTia</code></a> in <a
href="https://redirect.github.com/lostisland/faraday/pull/1546">lostisland/faraday#1546</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Earlopain"><code>@​Earlopain</code></a>
made their first contribution in <a
href="https://redirect.github.com/lostisland/faraday/pull/1541">lostisland/faraday#1541</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/lostisland/faraday/compare/v2.8.1...v2.9.0">https://github.com/lostisland/faraday/compare/v2.8.1...v2.9.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lostisland/faraday/commit/cc5d60776645d3d341ff0f425c45b3b3d48d98e0"><code>cc5d607</code></a>
Version bump to 2.9.0</li>
<li><a
href="https://github.com/lostisland/faraday/commit/ceb01e42e8cc8b9e8dc3854701bea1eea440e465"><code>ceb01e4</code></a>
Bump faraday-net_http version to allow 3.1 (<a
href="https://redirect.github.com/lostisland/faraday/issues/1546">#1546</a>)</li>
<li><a
href="https://github.com/lostisland/faraday/commit/074506e67c20e5c79f7f8fb544a318eb932d6bc8"><code>074506e</code></a>
Use latest Ruby version to publish and run rubocop</li>
<li><a
href="https://github.com/lostisland/faraday/commit/898f2035841d99a257da57dad9affc99807f5b87"><code>898f203</code></a>
Run rubocop in CI using Ruby 3.3</li>
<li><a
href="https://github.com/lostisland/faraday/commit/f0f549d7ef0b59cfd9fdeb59613909e21045b194"><code>f0f549d</code></a>
Fix Rubocop offenses</li>
<li><a
href="https://github.com/lostisland/faraday/commit/caa4ff42f8b5738176fd306c48c2c60037c656c3"><code>caa4ff4</code></a>
Update GitHub workflows, add 3.3 to CI matrix</li>
<li><a
href="https://github.com/lostisland/faraday/commit/13732f7ff2d6bb305ee0c9703fe3a5e7355791eb"><code>13732f7</code></a>
Remove <code>ruby2_keywords</code> dependency</li>
<li><a
href="https://github.com/lostisland/faraday/commit/8cbfd758c214daaa266d1ee46a7d95de19645c21"><code>8cbfd75</code></a>
Make 3.0 the minimum supported Ruby version</li>
<li><a
href="https://github.com/lostisland/faraday/commit/9487833b426ad1c50d6d8a29d82601202a528c56"><code>9487833</code></a>
Remove runtime dependency on base64 (<a
href="https://redirect.github.com/lostisland/faraday/issues/1541">#1541</a>)</li>
<li>See full diff in <a
href="https://github.com/lostisland/faraday/compare/v2.8.1...v2.9.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faraday&package-manager=bundler&previous-version=2.8.1&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 6b5f44c commit 3f7b530
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.5)
byebug (11.1.3)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
hashdiff (1.0.1)
heroku-log-parser (0.4.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.5)
net-http (0.4.1)
uri
nio4r (2.7.0)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -73,7 +73,6 @@ GEM
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sequel (5.76.0)
bigdecimal
sqlite3 (1.7.0)
Expand All @@ -82,6 +81,7 @@ GEM
concurrent-ruby (~> 1.0)
timecop (0.9.8)
unicode-display_width (2.5.0)
uri (0.13.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down

0 comments on commit 3f7b530

Please sign in to comment.