Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump the bundler-all group with 5 updates (#3773)
Bumps the bundler-all group with 5 updates: | Package | From | To | | --- | --- | --- | | [redis](https://github.com/redis/redis-rb) | `5.0.8` | `5.1.0` | | [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.887.0` | `1.889.0` | | [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.191.0` | `3.191.1` | | [minitest](https://github.com/minitest/minitest) | `5.22.0` | `5.22.2` | | [request_store](https://github.com/steveklabnik/request_store) | `1.5.1` | `1.6.0` | Updates `redis` from 5.0.8 to 5.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/redis/redis-rb/blob/master/CHANGELOG.md">redis's changelog</a>.</em></p> <blockquote> <h1>5.1.0</h1> <ul> <li><code>multi</code> now accept a <code>watch</code> keyword argument like <code>redis-client</code>. See <a href="https://redirect.github.com/redis/redis-rb/issues/1236">#1236</a>.</li> <li><code>bitcount</code> and <code>bitpos</code> now accept a <code>scale:</code> argument on Redis 7+. See <a href="https://redirect.github.com/redis/redis-rb/issues/1242">#1242</a></li> <li>Added <code>expiretime</code> and <code>pexpiretime</code>. See <a href="https://redirect.github.com/redis/redis-rb/issues/1248">#1248</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis/redis-rb/commit/7cc45e5e3f33ece7e235434de5fbd24c9b9d3180"><code>7cc45e5</code></a> Release 5.1.0</li> <li><a href="https://github.com/redis/redis-rb/commit/1db19c93bf35d2b7d56f97979587ece8753a30e0"><code>1db19c9</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1253">#1253</a> from wmontgomery-splunk/wm/clean_up_rubocop</li> <li><a href="https://github.com/redis/redis-rb/commit/f0abed34c5252e3e08f20f394756fd3f13256620"><code>f0abed3</code></a> Remove Rubocop exclusion for test/remote_server_control_commands_test.rb</li> <li><a href="https://github.com/redis/redis-rb/commit/d53b68c757f20eae8413f2f7ba524d28fb312077"><code>d53b68c</code></a> Remove redundant call to #to_s</li> <li><a href="https://github.com/redis/redis-rb/commit/cd88550c5fb4d73c96f6499eb86d309209790ead"><code>cd88550</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1251">#1251</a> from wholien/jc/add-pexpiretime</li> <li><a href="https://github.com/redis/redis-rb/commit/1e52c1145954a0ed8554a8f8788b3c726e4f8d72"><code>1e52c11</code></a> Add PEXPIRETIME</li> <li><a href="https://github.com/redis/redis-rb/commit/a51d50c6f56b32403c3fd3fcea513581e7f26616"><code>a51d50c</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1248">#1248</a> from wholien/jc/add-expiretime</li> <li><a href="https://github.com/redis/redis-rb/commit/2e693be8d391c3ae376ff9559507aab1f1071112"><code>2e693be</code></a> Add Expiretime</li> <li><a href="https://github.com/redis/redis-rb/commit/e16cab83cfa7cada4160764200db325c546d6798"><code>e16cab8</code></a> Merge pull request <a href="https://redirect.github.com/redis/redis-rb/issues/1247">#1247</a> from redis/dependabot/github_actions/actions/cache-4</li> <li><a href="https://github.com/redis/redis-rb/commit/09e9bddcbd71d508c507d56b175326d573ac3a07"><code>09e9bdd</code></a> Bump actions/cache from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/redis/redis-rb/compare/v5.0.8...v5.1.0">compare view</a></li> </ul> </details> <br /> Updates `aws-partitions` from 1.887.0 to 1.889.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.889.0 (2024-02-09)</h2> <ul> <li>Feature - Updated the partitions source data the determines the AWS service regions and endpoints.</li> </ul> <h2>1.888.0 (2024-02-07)</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.0 to 3.191.1 <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.1 (2024-02-07)</h2> <ul> <li>Issue - Warn on previously silent credential failures (<a href="https://redirect.github.com/aws/aws-sdk-ruby/issues/2981">#2981</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 `minitest` from 5.22.0 to 5.22.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/minitest/minitest/blob/master/History.rdoc">minitest's changelog</a>.</em></p> <blockquote> <p>=== 5.22.2 / 2024-02-07</p> <ul> <li> <p>1 bug fix:</p> <ul> <li>Third time's a charm? Remember: 'ensure' is almost always the wrong way to go (for results... it's great for cleaning up).</li> </ul> </li> </ul> <p>=== 5.22.1 / 2024-02-06</p> <ul> <li> <p>1 bug fix:</p> <ul> <li>Don't exit non-zero if no tests ran and no filter (aka, the test file is empty). (I'm starting to think the exit 1 thing for <a href="https://github.com/tenderlove"><code>@tenderlove</code></a> was a mistake...)</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minitest/minitest/commit/d00cc0d025ad0f79efb1dc7540c27aefa13d2d5f"><code>d00cc0d</code></a> prepped for release</li> <li><a href="https://github.com/minitest/minitest/commit/6cf8dce99017d5fb20e826d605c90f28fcf01f3a"><code>6cf8dce</code></a> - Third time's a charm? Remember: 'ensure' is almost always the wrong way to go.</li> <li><a href="https://github.com/minitest/minitest/commit/319036f432815639faa7728b7da427b9f43b13c5"><code>319036f</code></a> prepped for release</li> <li><a href="https://github.com/minitest/minitest/commit/f92f48de00c721745afa7b37b17cda84966ecc72"><code>f92f48d</code></a> - Don't exit non-zero if no tests ran and no filter (aka, the test file is em...</li> <li>See full diff in <a href="https://github.com/minitest/minitest/compare/v5.22.0...v5.22.2">compare view</a></li> </ul> </details> <br /> Updates `request_store` from 1.5.1 to 1.6.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/steveklabnik/request_store/commit/165afed7491cbcb24ba51950822676a489dab09f"><code>165afed</code></a> bump version to 1.6.0 in preparation for release</li> <li><a href="https://github.com/steveklabnik/request_store/commit/65e0efd247b89dc76f4e86cba741e7bf8ae45c7b"><code>65e0efd</code></a> Update minimum rake version to satisfy Dependabot</li> <li><a href="https://github.com/steveklabnik/request_store/commit/0f8a572c54d03ec67e2435d55cf0c04fe0238665"><code>0f8a572</code></a> Remove old rubies from CI</li> <li><a href="https://github.com/steveklabnik/request_store/commit/097bccf6940a748355d6708668455fdb4760329f"><code>097bccf</code></a> Merge pull request <a href="https://redirect.github.com/steveklabnik/request_store/issues/92">#92</a> from m-nakamura145/update-ci-matrix</li> <li><a href="https://github.com/steveklabnik/request_store/commit/cab28ee7335fd1d26a3c865d1b10441a5a591711"><code>cab28ee</code></a> Add Ruby 3.3 to CI matrix</li> <li><a href="https://github.com/steveklabnik/request_store/commit/e803059c0d5f328b4eddc8161a074ae85fb049b7"><code>e803059</code></a> Merge pull request <a href="https://redirect.github.com/steveklabnik/request_store/issues/90">#90</a> from ioquatix/fiber-storage</li> <li><a href="https://github.com/steveklabnik/request_store/commit/2c4b688b499f12bddd574bd4da2c741db08f72dd"><code>2c4b688</code></a> Fix test dependency on <code>Thread.current</code>.</li> <li><a href="https://github.com/steveklabnik/request_store/commit/8ca9dad5ef7835131e0c1c7ef93a08bc2848c468"><code>8ca9dad</code></a> Use fiber storage if available.</li> <li><a href="https://github.com/steveklabnik/request_store/commit/81003584e527f7ddceaa8df47ace4badc48a4c84"><code>8100358</code></a> Merge pull request <a href="https://redirect.github.com/steveklabnik/request_store/issues/81">#81</a> from olleolleolle/patch-1</li> <li><a href="https://github.com/steveklabnik/request_store/commit/1a90abc42e94d4d1735d81282a2e47838c63cbce"><code>1a90abc</code></a> Drop unused directive 'executables' from gemspec</li> <li>Additional commits viewable in <a href="https://github.com/steveklabnik/request_store/compare/v1.5.1...v1.6.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