Skip to content

Commit 1900b77

Browse files
authored
Merge PR #253
Bumps the bundler group with 3 updates in the / directory: [connection_pool](https://github.com/mperham/connection_pool), [faraday](https://github.com/lostisland/faraday) and [strscan](https://github.com/ruby/strscan). Updates `connection_pool` from 2.5.2 to 2.5.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mperham/connection_pool/blob/main/Changes.md">connection_pool's changelog</a>.</em></p> <blockquote> <h2>2.5.3</h2> <ul> <li>Fix TruffleRuby/JRuby crash <a href="https://redirect.github.com/mperham/connection_pool/issues/201">#201</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mperham/connection_pool/commit/1e5c0eef5113969669319bc9f8f5f1af892eb81b"><code>1e5c0ee</code></a> fix: jruby</li> <li><a href="https://github.com/mperham/connection_pool/commit/cd1099cdad0eaa484bd21d201ca7e77108b9302f"><code>cd1099c</code></a> fix jruby</li> <li><a href="https://github.com/mperham/connection_pool/commit/4cfe19d3061b9f237489e9253f35b7d01271e280"><code>4cfe19d</code></a> Skip ractor test on rubies without ractor</li> <li>See full diff in <a href="https://github.com/mperham/connection_pool/compare/v2.5.2...v2.5.3">compare view</a></li> </ul> </details> <br /> Updates `faraday` from 2.13.0 to 2.13.1 <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.13.1</h2> <h2>What's Changed</h2> <ul> <li>Logger middleware default options by <a href="https://github.com/yenshirak"><code>@​yenshirak</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1618">lostisland/faraday#1618</a></li> <li>Fix Style/RedundantParentheses in options/env.rb by <a href="https://github.com/iMacTia"><code>@​iMacTia</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1620">lostisland/faraday#1620</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yenshirak"><code>@​yenshirak</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1618">lostisland/faraday#1618</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lostisland/faraday/compare/v2.13.0...v2.13.1">https://github.com/lostisland/faraday/compare/v2.13.0...v2.13.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lostisland/faraday/commit/4018769a30a1c16b48289e7120892ef92102417f"><code>4018769</code></a> Version bump to 2.13.1</li> <li><a href="https://github.com/lostisland/faraday/commit/b5a02d73006c63fa70506bd996ca4439bfbe4950"><code>b5a02d7</code></a> Fix Style/RedundantParentheses in options/env.rb (<a href="https://redirect.github.com/lostisland/faraday/issues/1620">#1620</a>)</li> <li><a href="https://github.com/lostisland/faraday/commit/b63eb9121f19acff0b20ef8783e1a527bb9bea6e"><code>b63eb91</code></a> Logger middleware default options (<a href="https://redirect.github.com/lostisland/faraday/issues/1618">#1618</a>)</li> <li>See full diff in <a href="https://github.com/lostisland/faraday/compare/v2.13.0...v2.13.1">compare view</a></li> </ul> </details> <br /> Updates `strscan` from 3.1.3 to 3.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ruby/strscan/releases">strscan's releases</a>.</em></p> <blockquote> <h2>strscan 3.1.4 - 2025-04-29</h2> <h3>Fixes</h3> <ul> <li><code>StringScanner#named_captures</code>: Fixed an incompatible behavior when there are multiple same name groups. <ul> <li><a href="https://redirect.github.com/ruby/strscan/issues/145">GH-145</a></li> <li><a href="https://redirect.github.com/ruby/strscan/issues/146">GH-146</a></li> <li>Reported by Linus Sellberg</li> </ul> </li> </ul> <h3>Thanks</h3> <ul> <li>Linus Sellberg</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ruby/strscan/blob/master/NEWS.md">strscan's changelog</a>.</em></p> <blockquote> <h2>3.1.4 - 2025-04-29</h2> <h3>Fixes</h3> <ul> <li><code>StringScanner#named_captures</code>: Fixed an incompatible behavior when there are multiple same name groups. <ul> <li><a href="https://redirect.github.com/ruby/strscan/issues/145">GH-145</a></li> <li><a href="https://redirect.github.com/ruby/strscan/issues/146">GH-146</a></li> <li>Reported by Linus Sellberg</li> </ul> </li> </ul> <h3>Thanks</h3> <ul> <li>Linus Sellberg</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ruby/strscan/commit/f14ac94ebabd83836cb3d59acf8d54bd104db7b2"><code>f14ac94</code></a> Add 3.1.4 entry</li> <li><a href="https://github.com/ruby/strscan/commit/a6086ea3222cb296425cd437f6445f7b04b2857b"><code>a6086ea</code></a> named_captures: fix incompatibility with MatchData#named_captures (<a href="https://redirect.github.com/ruby/strscan/issues/146">#146</a>)</li> <li><a href="https://github.com/ruby/strscan/commit/8ff80150c4305a27b993e13a23f97fec49061ad7"><code>8ff8015</code></a> Bump version</li> <li><a href="https://github.com/ruby/strscan/commit/746df11c4eb0f5a751984a1001f40d02c0bc1be9"><code>746df11</code></a> Bump version</li> <li>See full diff in <a href="https://github.com/ruby/strscan/compare/v3.1.3...v3.1.4">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents de12b09 + ee96571 commit 1900b77

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
cgi (0.4.2)
4242
coderay (1.1.3)
4343
concurrent-ruby (1.3.5)
44-
connection_pool (2.5.2)
44+
connection_pool (2.5.3)
4545
crack (1.0.0)
4646
bigdecimal
4747
rexml
@@ -105,7 +105,7 @@ GEM
105105
etc (1.4.5)
106106
ethon (0.16.0)
107107
ffi (>= 1.15.0)
108-
faraday (2.13.0)
108+
faraday (2.13.1)
109109
faraday-net_http (>= 2.0, < 3.5)
110110
json
111111
logger
@@ -285,7 +285,7 @@ GEM
285285
singleton (0.3.0)
286286
smart_properties (1.17.0)
287287
stringio (3.1.7)
288-
strscan (3.1.3)
288+
strscan (3.1.4)
289289
syntax_suggest (2.0.2)
290290
tempfile (0.3.1)
291291
terminal-table (1.6.0)

0 commit comments

Comments
 (0)