Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the most-gems group with 12 updates:

Package From To
rubocop-rspec 3.4.0 3.7.0
aws-sdk-lambda 1.159.0 1.160.0
aws-sdk-sqs 1.102.0 1.103.0
aws-sdk-cloudwatch 1.119.0 1.120.0
aws-sdk-s3 1.197.0 1.198.0
async 2.28.0 2.28.1
aws-partitions 1.1151.0 1.1153.0
aws-sdk-core 3.230.0 3.232.0
aws-sdk-kms 1.110.0 1.112.0
connection_pool 2.5.3 2.5.4
io-event 1.12.1 1.13.0
rexml 3.4.1 3.4.2

Updates rubocop-rspec from 3.4.0 to 3.7.0

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.7.0

  • Mark RSpec/IncludeExamples as SafeAutoCorrect: false. (@​yujideveloper)
  • Fix a false positive for RSpec/LeakyConstantDeclaration when defining constants in explicit namespaces. (@​naveg)
  • Add support for error matchers (raise_exception and raise_error) to RSpec/Dialect. (@​lovro-bikic)
  • Don't register offenses for RSpec/DescribedClass within Data.define blocks. (@​lovro-bikic)
  • Add autocorrection support for RSpec/IteratedExpectation for single expectations. (@​lovro-bikic)
  • Exclude all cops from inspecting factorybot files, except if explicitly included. (@​Mth0158)
  • Fix a false positive for RSpec/ExcessiveDocstringSpacing when receivers are not RSpec methods. (@​ydah)

RuboCop RSpec v3.6.0 (RubyKaigi 2025 Edition🍊)

  • Fix false positive in RSpec/Pending, where it would mark the default block it as an offense. (@​bquorning)
  • Fix issue when Style/ContextWording is configured with a Prefix being interpreted as a boolean, like on. (@​sakuro)
  • Add new RSpec/IncludeExamples cop to enforce using it_behaves_like over include_examples. (@​dvandersluis)
  • Change RSpec/ScatteredSetup to allow around hooks to be scattered. (@​ydah)
  • Fix an error RSpec/ChangeByZero cop when without expect block. (@​lee266)
  • Fix a false positive for RSpec/DescribedClass when SkipBlocks is true and numblocks are used. (@​earlopain)

RuboCop RSpec v3.5.0

  • Don't let RSpec/PredicateMatcher replace respond_to? with two arguments with the RSpec respond_to matcher. (@​bquorning)
  • Fix RSpec/PredicateMatcher support for eql and equal matchers. (@​bquorning)
  • Pluginfy RuboCop RSpec. (@​koic)
Changelog

Sourced from rubocop-rspec's changelog.

3.7.0 (2025-09-01)

  • Mark RSpec/IncludeExamples as SafeAutoCorrect: false. ([@​yujideveloper])
  • Fix a false positive for RSpec/LeakyConstantDeclaration when defining constants in explicit namespaces. ([@​naveg])
  • Add support for error matchers (raise_exception and raise_error) to RSpec/Dialect. ([@​lovro-bikic])
  • Don't register offenses for RSpec/DescribedClass within Data.define blocks. ([@​lovro-bikic])
  • Add autocorrection support for RSpec/IteratedExpectation for single expectations. ([@​lovro-bikic])
  • Exclude all cops from inspecting factorybot files, except if explicitly included. ([@​Mth0158])
  • Fix a false positive for RSpec/ExcessiveDocstringSpacing when receivers are not RSpec methods. ([@​ydah])

3.6.0 (2025-04-18)

  • Fix false positive in RSpec/Pending, where it would mark the default block it as an offense. ([@​bquorning])
  • Fix issue when Style/ContextWording is configured with a Prefix being interpreted as a boolean, like on. ([@​sakuro])
  • Add new RSpec/IncludeExamples cop to enforce using it_behaves_like over include_examples. ([@​dvandersluis])
  • Change RSpec/ScatteredSetup to allow around hooks to be scattered. ([@​ydah])
  • Fix an error RSpec/ChangeByZero cop when without expect block. ([@​lee266])
  • Fix a false positive for RSpec/DescribedClass when SkipBlocks is true and numblocks are used. ([@​earlopain])

3.5.0 (2025-02-16)

  • Don't let RSpec/PredicateMatcher replace respond_to? with two arguments with the RSpec respond_to matcher. ([@​bquorning])
  • Fix RSpec/PredicateMatcher support for eql and equal matchers. ([@​bquorning])
  • Pluginfy RuboCop RSpec. ([@​koic])
Commits
  • 84ccc76 Merge pull request #2106 from rubocop/release
  • 4ecc2aa Release v3.7.0
  • 7abc671 Merge pull request #2105 from r7kamura/include-examples-doc-fix
  • ed38d60 Fix broken adoc comment in RSpec/IncludeExamples
  • 5f1d09c Merge pull request #2104 from rubocop/2103
  • 26beee7 Fix a false positive for RSpec/ExcessiveDocstringSpacing when receivers are...
  • 50d347c Merge pull request #2102 from rubocop/dependabot/github_actions/actions/check...
  • 9a807a3 Bump actions/checkout from 4 to 5
  • 09f60c7 Merge pull request #2099 from Mth0158/factorybot-wrong-interpretation-of-attr...
  • 0b86050 Remove factorybot files inclusion for Metrics/BlockLength cop
  • Additional commits viewable in compare view

Updates aws-sdk-lambda from 1.159.0 to 1.160.0

Changelog

Sourced from aws-sdk-lambda's changelog.

1.160.0 (2025-08-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates aws-sdk-sqs from 1.102.0 to 1.103.0

Changelog

Sourced from aws-sdk-sqs's changelog.

1.103.0 (2025-08-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates aws-sdk-cloudwatch from 1.119.0 to 1.120.0

Changelog

Sourced from aws-sdk-cloudwatch's changelog.

1.120.0 (2025-08-26)

  • Feature - Remove incorrect endpoint tests
Commits

Updates aws-sdk-s3 from 1.197.0 to 1.198.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.198.0 (2025-08-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Issue - Fix multipart download_file to support Pathname, File and Tempfile objects as download destinations.

Commits

Updates async from 2.28.0 to 2.28.1

Changelog

Sourced from async's changelog.

v2.28.1

  • Fix race condition between Async::Barrier#stop and finish signalling.
Commits

Updates aws-partitions from 1.1151.0 to 1.1153.0

Changelog

Sourced from aws-partitions's changelog.

1.1153.0 (2025-08-29)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1152.0 (2025-08-27)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates aws-sdk-core from 3.230.0 to 3.232.0

Changelog

Sourced from aws-sdk-core's changelog.

3.232.0 (2025-08-28)

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Remove incorrect endpoint tests

3.231.0 (2025-08-26)

  • Feature - Remove incorrect endpoint tests

  • Feature - Add support for ENV as credential source for AssumeRoleCredentials.

Commits

Updates aws-sdk-kms from 1.110.0 to 1.112.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.112.0 (2025-08-27)

  • Feature - Remove incorrect endpoint tests

1.111.0 (2025-08-26)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates connection_pool from 2.5.3 to 2.5.4

Changelog

Sourced from connection_pool's changelog.

2.5.4

Commits

Updates io-event from 1.12.1 to 1.13.0

Commits

Updates rexml from 3.4.1 to 3.4.2

Release notes

Sourced from rexml's releases.

REXML 3.4.2 - 2025-08-26

Improvement

  • Improved performance.

  • Raise appropriate exception when failing to match start tag in DOCTYPE

  • Deprecate accepting array as an element in XPath.match, first and each

    • GH-252
    • Patch by tomoya ishida
  • Don't call needless encoding_updated

    • GH-259
    • Patch by Sutou Kouhei
  • Reuse XPath::match

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • Added XML declaration check & Source#skip_spaces method

    • GH-282
    • Patch by NAITOH Jun
    • Reported by Sofi Aberegg

Fixes

  • Fix docs typo
    • GH-248
    • Patch by James Coleman

... (truncated)

Changelog

Sourced from rexml's changelog.

3.4.2 - 2025-08-26 {#version-3-4-2}

Improvement

  • Improved performance.

  • Raise appropriate exception when failing to match start tag in DOCTYPE

  • Deprecate accepting array as an element in XPath.match, first and each

    • GH-252
    • Patch by tomoya ishida
  • Don't call needless encoding_updated

    • GH-259
    • Patch by Sutou Kouhei
  • Reuse XPath::match

  • Cache redundant calls for doctype

  • Use Safe Navigation (&.) from Ruby 2.3

  • Remove redundant return statements

  • Added XML declaration check & Source#skip_spaces method

    • GH-282
    • Patch by NAITOH Jun
    • Reported by Sofi Aberegg

Fixes

  • Fix docs typo
    • GH-248
    • Patch by James Coleman

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
rubocop-rspec [>= 3.6.a, < 3.7]
rubocop-rspec [>= 3.5.a, < 3.6]

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 commands and options

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

Bumps the most-gems group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.4.0` | `3.7.0` |
| [aws-sdk-lambda](https://github.com/aws/aws-sdk-ruby) | `1.159.0` | `1.160.0` |
| [aws-sdk-sqs](https://github.com/aws/aws-sdk-ruby) | `1.102.0` | `1.103.0` |
| [aws-sdk-cloudwatch](https://github.com/aws/aws-sdk-ruby) | `1.119.0` | `1.120.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.197.0` | `1.198.0` |
| [async](https://github.com/socketry/async) | `2.28.0` | `2.28.1` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1151.0` | `1.1153.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.230.0` | `3.232.0` |
| [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.110.0` | `1.112.0` |
| [connection_pool](https://github.com/mperham/connection_pool) | `2.5.3` | `2.5.4` |
| [io-event](https://github.com/socketry/io-event) | `1.12.1` | `1.13.0` |
| [rexml](https://github.com/ruby/rexml) | `3.4.1` | `3.4.2` |


Updates `rubocop-rspec` from 3.4.0 to 3.7.0
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.4.0...v3.7.0)

Updates `aws-sdk-lambda` from 1.159.0 to 1.160.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-sqs` from 1.102.0 to 1.103.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-cloudwatch` from 1.119.0 to 1.120.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-cloudwatch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3` from 1.197.0 to 1.198.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `async` from 2.28.0 to 2.28.1
- [Release notes](https://github.com/socketry/async/releases)
- [Changelog](https://github.com/socketry/async/blob/main/releases.md)
- [Commits](socketry/async@v2.28.0...v2.28.1)

Updates `aws-partitions` from 1.1151.0 to 1.1153.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.230.0 to 3.232.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-kms` from 1.110.0 to 1.112.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `connection_pool` from 2.5.3 to 2.5.4
- [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md)
- [Commits](mperham/connection_pool@v2.5.3...v2.5.4)

Updates `io-event` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/socketry/io-event/releases)
- [Changelog](https://github.com/socketry/io-event/blob/main/releases.md)
- [Commits](socketry/io-event@v1.12.1...v1.13.0)

Updates `rexml` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-lambda
  dependency-version: 1.160.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-sqs
  dependency-version: 1.103.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-cloudwatch
  dependency-version: 1.120.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-s3
  dependency-version: 1.198.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: async
  dependency-version: 2.28.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: aws-partitions
  dependency-version: 1.1153.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-core
  dependency-version: 3.232.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: aws-sdk-kms
  dependency-version: 1.112.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: connection_pool
  dependency-version: 2.5.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
- dependency-name: io-event
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: most-gems
- dependency-name: rexml
  dependency-version: 3.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: most-gems
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 2, 2025
@nicolewoch nicolewoch merged commit f24846e into main Sep 3, 2025
14 checks passed
@nicolewoch nicolewoch deleted the dependabot/bundler/most-gems-ac38753b67 branch September 3, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants