Skip to content

Commit

Permalink
Build(deps): Bump the bundler-all group with 6 updates (#3775)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps the bundler-all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/ged/ruby-pg) | `1.5.4` | `1.5.5` |
| [dalli](https://github.com/petergoldstein/dalli) | `3.2.7` | `3.2.8` |
| [sidekiq](https://github.com/sidekiq/sidekiq) | `7.2.1` | `7.2.2` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.889.0` |
`1.893.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.191.1` |
`3.191.2` |
| [redis-client](https://github.com/redis-rb/redis-client) | `0.19.1` |
`0.20.0` |

Updates `pg` from 1.5.4 to 1.5.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ged/ruby-pg/blob/master/History.md">pg's
changelog</a>.</em></p>
<blockquote>
<h2>v1.5.5 [2024-02-15] Lars Kanis <a
href="mailto:[email protected]">[email protected]</a></h2>
<ul>
<li>Explicitly retype timespec fields to int64_t to fix compatibility
with 32bit arches. <a
href="https://redirect.github.com/ged/ruby-pg/pull/547">#547</a></li>
<li>Fix possible buffer overflows in PG::BinaryDecoder::CopyRow on 32
bit systems. <a
href="https://redirect.github.com/ged/ruby-pg/pull/548">#548</a></li>
<li>Add binary Windows gems for Ruby 3.3.</li>
<li>Update Windows fat binary gem to OpenSSL-3.2.1 and
PostgreSQL-16.2.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ged/ruby-pg/commit/daec80f91b9519509ca1694a231f11a75cb43f7f"><code>daec80f</code></a>
Add release notes for pg-1.5.5</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/72cdd6bc5ebc76b653ec56306277bf819e455a41"><code>72cdd6b</code></a>
Add ruby-3.3 to windows binary gems</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/d99a6b44aaf931d030363c36f97901576904188e"><code>d99a6b4</code></a>
Bump VERSION to 1.5.5</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/f74a371d628ed7f1d49e1649d0990d3f70aae8f1"><code>f74a371</code></a>
Update openssl and postgresql versions for binary gems</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/5c105f227ac2b32331c0006b109688f6c7c9ed64"><code>5c105f2</code></a>
Update OpenSSL and PostgreSQL versions for Windows binary gem</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/2218ebf0b5a6057e74cd4d628e0b20011b8c0aff"><code>2218ebf</code></a>
Print the contant of &quot;setup.log&quot; on failure</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/babfda4ac3529c55ac7bc651306716f8b37fbfc3"><code>babfda4</code></a>
Work around an logging issue on Windows</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/1c67bbf1cb858634578a56e77f34270b938b9d0a"><code>1c67bbf</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/549">#549</a> from
jackorp/dont_ship_po_files</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/99119b10461543fbf3e6bf13eca5587454603624"><code>99119b1</code></a>
Don't ship POT files in gem.</li>
<li><a
href="https://github.com/ged/ruby-pg/commit/dfd5f59c75abe6f3b758d1a08519a9d800da1023"><code>dfd5f59</code></a>
Merge pull request <a
href="https://redirect.github.com/ged/ruby-pg/issues/548">#548</a> from
larskanis/fix-x86</li>
<li>Additional commits viewable in <a
href="https://github.com/ged/ruby-pg/compare/v1.5.4...v1.5.5">compare
view</a></li>
</ul>
</details>
<br />

Updates `dalli` from 3.2.7 to 3.2.8
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md">dalli's
changelog</a>.</em></p>
<blockquote>
<h1>3.2.8</h1>
<ul>
<li>Handle IO::TimeoutError when establishing connection
(eugeneius)</li>
<li>Drop dependency on base64 gem (Earlopain)</li>
<li>Address incompatibility with resolv-replace (y9v)</li>
<li>Add rubygems.org metadata (m-nakamura145)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/petergoldstein/dalli/commit/67942b8db6ba8ae9c39e30d9c0c63fb1525586b3"><code>67942b8</code></a>
Prepare for 3.2.8 (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/995">#995</a>)</li>
<li><a
href="https://github.com/petergoldstein/dalli/commit/23bc51f712314a5b8179c94ed59ba1545139c99e"><code>23bc51f</code></a>
Handle IO::TimeoutError when establishing connection (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/993">#993</a>)</li>
<li><a
href="https://github.com/petergoldstein/dalli/commit/4baeb3431edb46b5a1d0449432802dc214bb1a67"><code>4baeb34</code></a>
Bump the tested memcached version to 1.6.23 (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/992">#992</a>)</li>
<li><a
href="https://github.com/petergoldstein/dalli/commit/d5ad58f939af7ef765412f3820aace7399b68753"><code>d5ad58f</code></a>
Move check whether TCPSocket was patched to TCP.open (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/991">#991</a>)</li>
<li><a
href="https://github.com/petergoldstein/dalli/commit/bec0440a9c4c040d2f564256abddd7e6a6604123"><code>bec0440</code></a>
Fix conflict with resolv-replace gem (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/989">#989</a>)</li>
<li><a
href="https://github.com/petergoldstein/dalli/commit/c5aea2200388c530b457485c96d22098e67e17d5"><code>c5aea22</code></a>
Add metadata for rubygems.org (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/990">#990</a>)</li>
<li><a
href="https://github.com/petergoldstein/dalli/commit/c409a07dc960b11595b329b6245b12b7be6d2dd7"><code>c409a07</code></a>
Drop dependency on base64 (<a
href="https://redirect.github.com/petergoldstein/dalli/issues/986">#986</a>)</li>
<li>See full diff in <a
href="https://github.com/petergoldstein/dalli/compare/v3.2.7...v3.2.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `sidekiq` from 7.2.1 to 7.2.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's
changelog</a>.</em></p>
<blockquote>
<h2>7.2.2</h2>
<ul>
<li>Add <code>Process.warmup</code> call in Ruby 3.3+</li>
<li>Batch jobs now skip transactional push <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6160">#6160</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/6031f3d98f2638e49ab77823c2573856097d2ae9"><code>6031f3d</code></a>
bump</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/e6d58f860944758ab06984ee9b95b6192c8557c1"><code>e6d58f8</code></a>
722</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/bccc8c2612730af517b46fee5b2e16aebfae1928"><code>bccc8c2</code></a>
fix: Avoid JSON dump on Rails.application (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6198">#6198</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/1df02c8cf0087c889990a81a3a5102a986bbde5a"><code>1df02c8</code></a>
Add comment to sidekiq.service for use as user service (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6191">#6191</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d09b882a1d35c1616bbfec6ad9bb030dc7f5c786"><code>d09b882</code></a>
formatting, logging</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/250cc1e4dde44e84d9b607a2ded84ec0835a3ef1"><code>250cc1e</code></a>
Dragonfly support</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/2f147f6619c102ed45c280ca0a809da3b164e38b"><code>2f147f6</code></a>
release</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/f3671380a9bb0a884c6e64b47cd29174b77bac5b"><code>f367138</code></a>
fix: fix determine_redis_provider test behaviour (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6176">#6176</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/501c39a990d0f6a8952d660bbd9736a048c3072e"><code>501c39a</code></a>
Better, thanks <a
href="https://github.com/jjb"><code>@​jjb</code></a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/312672deab31c23810a272d1b06c33c84afaf9dd"><code>312672d</code></a>
standard formatting</li>
<li>Additional commits viewable in <a
href="https://github.com/sidekiq/sidekiq/compare/v7.2.1...v7.2.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `aws-partitions` from 1.889.0 to 1.893.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md">aws-partitions's
changelog</a>.</em></p>
<blockquote>
<h2>1.893.0 (2024-02-16)</h2>
<ul>
<li>Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.</li>
</ul>
<h2>1.892.0 (2024-02-15)</h2>
<ul>
<li>Feature - Added support for enumerating regions for
<code>Aws::Artifact</code>.</li>
</ul>
<h2>1.891.0 (2024-02-14)</h2>
<ul>
<li>Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.</li>
</ul>
<h2>1.890.0 (2024-02-13)</h2>
<ul>
<li>Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `aws-sdk-core` from 3.191.1 to 3.191.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md">aws-sdk-core's
changelog</a>.</em></p>
<blockquote>
<h2>3.191.2 (2024-02-14)</h2>
<ul>
<li>Issue - Add base64 as dependency to prepare for Ruby 3.4 release (<a
href="https://redirect.github.com/aws/aws-sdk-ruby/issues/2984">#2984</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-ruby/commits">compare view</a></li>
</ul>
</details>
<br />

Updates `redis-client` from 0.19.1 to 0.20.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/redis-rb/redis-client/blob/master/CHANGELOG.md">redis-client's
changelog</a>.</em></p>
<blockquote>
<h1>0.20.0</h1>
<ul>
<li>Accept <code>unix://</code> schemes as well as simple paths in the
<code>url:</code> config parameter. <a
href="https://redirect.github.com/redis-rb/redis-client/issues/170">#170</a>.</li>
<li>Make basic usage Ractor compatible.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis-rb/redis-client/commit/251075911475165f19fefa38397fabd487aa3532"><code>2510759</code></a>
Release 0.20.0</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/ea3538944c30a217591fc21c21ce69531c8b5eec"><code>ea35389</code></a>
Merge pull request <a
href="https://redirect.github.com/redis-rb/redis-client/issues/174">#174</a>
from stanhu/sh-add-prelude-unit-tests</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/6e90db5ae213e4db858e4d15960296daa8dfe527"><code>6e90db5</code></a>
Add more unit tests for connection prelude</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/9ea5a1fd94587a08276ea9b7668ffcbc6571f4ea"><code>9ea5a1f</code></a>
Merge pull request <a
href="https://redirect.github.com/redis-rb/redis-client/issues/173">#173</a>
from stanhu/sh-freeze-prelude</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/66c408ba5f6ae1e28d943fadd6ed58ada2bd228b"><code>66c408b</code></a>
Ensure all elements of connection prelude are frozen</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/670ac22a07e17de8c9867be18c6b2feb143d101c"><code>670ac22</code></a>
Merge pull request <a
href="https://redirect.github.com/redis-rb/redis-client/issues/172">#172</a>
from redis-rb/dependabot/bundler/minitest-5.22.0</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/45579db69166b55920e8f4d7f5037c9004171ed4"><code>45579db</code></a>
Merge pull request <a
href="https://redirect.github.com/redis-rb/redis-client/issues/171">#171</a>
from redis-rb/dependabot/bundler/rake-compiler-1.2.7</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/dcb3891df778ca7540789a9b777adf6f15fd1422"><code>dcb3891</code></a>
Bump minitest from 5.21.2 to 5.22.0</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/1641ddb52ee0b9d30f9b573c0a38557669b2369b"><code>1641ddb</code></a>
Bump rake-compiler from 1.2.6 to 1.2.7</li>
<li><a
href="https://github.com/redis-rb/redis-client/commit/9694df4ee3e8a490b48d9b9233f5c8756b97279b"><code>9694df4</code></a>
Merge pull request <a
href="https://redirect.github.com/redis-rb/redis-client/issues/170">#170</a>
from tacerus/unix</li>
<li>Additional commits viewable in <a
href="https://github.com/redis-rb/redis-client/compare/v0.19.1...v0.20.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 <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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 15aae86 commit 82b83f3
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 @@ -73,11 +73,12 @@ GEM
execjs (~> 2)
awesome_print (1.9.2)
aws-eventstream (1.3.0)
aws-partitions (1.889.0)
aws-sdk-core (3.191.1)
aws-partitions (1.893.0)
aws-sdk-core (3.191.2)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
base64
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.77.0)
aws-sdk-core (~> 3, >= 3.191.0)
Expand Down Expand Up @@ -120,8 +121,7 @@ GEM
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
dalli (3.2.7)
base64
dalli (3.2.8)
date (3.3.4)
diff-lcs (1.5.1)
docile (1.4.0)
Expand Down Expand Up @@ -271,7 +271,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
pg (1.5.5)
popper_js (2.11.8)
prism (0.24.0)
pry (0.14.2)
Expand Down Expand Up @@ -336,7 +336,7 @@ GEM
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
redis-client (0.20.0)
connection_pool
redis-store (1.10.0)
redis (>= 4, < 6)
Expand Down Expand Up @@ -426,7 +426,7 @@ GEM
websocket (~> 1.0)
sexp_processor (4.17.1)
shellany (0.0.1)
sidekiq (7.2.1)
sidekiq (7.2.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down

0 comments on commit 82b83f3

Please sign in to comment.