Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the testing group with 6 updates in the / directory:

Package From To
rspec-rails 6.1.5 8.0.2
factory_bot_rails 6.5.0 6.5.1
faker 3.5.1 3.5.2
shoulda-matchers 6.5.0 7.0.1
database_cleaner-active_record 2.2.1 2.2.2
webmock 3.25.1 3.26.1

Updates rspec-rails from 6.1.5 to 8.0.2

Changelog

Sourced from rspec-rails's changelog.

8.0.2 / 2025-08-12

Full Changelog

Bug Fixes:

8.0.1 / 2025-06-19

Full Changelog

Bug Fixes:

  • Make the have_been_performed / have_been_enqueued return false for supports_block_expectations? as they don't supporting block expectations. (Sam Kidman, rspec/rspec-rails#2851)

8.0.0 / 2025-04-30

Full Changelog

Enhancements:

  • Add Rails 8 authentication generator support. (Jerome Dalbert, rspec/rspec-rails#2811)
  • Improve install generator comment for ActiveRecord::Migration.maintain_test_schema! rspec/rspec-rails#2832
  • Add support for served_by in system specs. (Sam Giffney, rspec/rspec-rails#2841)

Breaking Changes:

  • Minimum supported Rails version is 7.2.0

7.1.1 / 2025-02-06

Full Changelog

Bug Fixes:

  • Check wether rspec-mocks has been loaded before enabling signature verification for have_enqueued_job et al (Jon Rowe, rspec/rspec-rails#2823)

7.1.0 / 2024-11-09

Full Changelog

Enhancements:

  • Improve implicit description for ActionCable matchers have_broadcasted_to / have_broadcast. (Simon Fish, rspec/rspec-rails#2795)
  • Comment out infer_spec_type_from_file_location! in newly generated rails_helper.rb files. (Jon Rowe, rspec/rspec-rails#2804)
  • Allow turning off active job / mailer argument validation. (Oli Peate, rspec/rspec-rails#2808)

... (truncated)

Commits

Updates factory_bot_rails from 6.5.0 to 6.5.1

Release notes

Sourced from factory_bot_rails's releases.

v6.5.1

What's Changed

New Contributors

Full Changelog: thoughtbot/factory_bot_rails@v6.5.0...v6.5.1

Changelog

Sourced from factory_bot_rails's changelog.

6.5.1 (September 5, 2025)

  • Add: Add AuthenticationGenerator for users factory creation (Rodrigo Toledo)
  • Changed: Update required_ruby_version to require >= Ruby 3.1 (y-yagi)
  • Internal: Fix Cucumber tests (Neil Carvalho)
Commits

Updates faker from 3.5.1 to 3.5.2

Release notes

Sourced from faker's releases.

v3.5.2

Happy Canada Day! 🍁

This version adds and improves some locales and fixes some bugs.

Thanks to all contributors!

Improvements & Bug fixes

Chore

Update local dependencies

New Contributors

... (truncated)

Changelog

Sourced from faker's changelog.

v3.5.2 (2025-07-01)

Happy Canada Day! 🍁

This version adds and improves some locales and fixes some bugs.

Thanks to all contributors!

Improvements & Bug fixes

Chore

Update local dependencies

New Contributors

... (truncated)

Commits

Updates shoulda-matchers from 6.5.0 to 7.0.1

Release notes

Sourced from shoulda-matchers's releases.

v7.0.1

7.0.1 - 2025-10-31

Bug fixes

#1687: thoughtbot/shoulda-matchers#1687

v7.0.0

7.0.0 - 2025-10-31

Backward-incompatible changes

Bug fixes

Features

Improvements

  • Refactor Ruby manager setup, add mise integration by @​amalrik (#1674)
  • Update Ruby versions to latest stable releases by @​matsales28 (#1676, #1683)
  • Update supported Ruby versions to 3.3.10 and 3.4.7

#1667: thoughtbot/shoulda-matchers#1667 #1669: thoughtbot/shoulda-matchers#1669 #1674: thoughtbot/shoulda-matchers#1674 #1675: thoughtbot/shoulda-matchers#1675 #1676: thoughtbot/shoulda-matchers#1676 #1677: thoughtbot/shoulda-matchers#1677 #1678: thoughtbot/shoulda-matchers#1678 #1680: thoughtbot/shoulda-matchers#1680 #1682: thoughtbot/shoulda-matchers#1682 #1683: thoughtbot/shoulda-matchers#1683

Changelog

Sourced from shoulda-matchers's changelog.

7.0.1 - 2025-10-31

Bug fixes

#1687: thoughtbot/shoulda-matchers#1687

7.0.0 - 2025-10-31

Backward-incompatible changes

Bug fixes

Features

Improvements

  • Refactor Ruby manager setup, add mise integration by @​amalrik (#1674)
  • Update Ruby versions to latest stable releases by @​matsales28 (#1676, #1683)
  • Update supported Ruby versions to 3.3.10 and 3.4.7

#1667: thoughtbot/shoulda-matchers#1667 #1669: thoughtbot/shoulda-matchers#1669 #1674: thoughtbot/shoulda-matchers#1674 #1675: thoughtbot/shoulda-matchers#1675 #1676: thoughtbot/shoulda-matchers#1676 #1677: thoughtbot/shoulda-matchers#1677 #1678: thoughtbot/shoulda-matchers#1678 #1680: thoughtbot/shoulda-matchers#1680 #1682: thoughtbot/shoulda-matchers#1682 #1683: thoughtbot/shoulda-matchers#1683

Commits
  • 2a50331 bump version to 7.0.1
  • 3ae93e6 hotfix: Add mutex_m gem dependency (#1687)
  • 731aaa7 Bump version to 7.0.0
  • 9069b59 * chore: Update supported Ruby versions to 3.3.10 and 3.4.7
  • 99e3698 chore: Add Rails 8.1 support (#1682)
  • 5c79d3b chore: Drop support for Rails 7.0 (#1680)
  • 7c46150 chore: Add support for Rails 8 (#1677)
  • 49113db chore: Drop support for Rails 6.1 and older (#1678)
  • 15560c7 feat: Add service, strict_loading, and dependent options to `have_attac...
  • 024c055 chore: Update Ruby versions to latest stable releases (#1676)
  • Additional commits viewable in compare view

Updates database_cleaner-active_record from 2.2.1 to 2.2.2

Changelog

Sourced from database_cleaner-active_record's changelog.

v2.2.2 2025-07-30

Commits
  • 3fc0196 Bump version to v2.2.2
  • 874dea9 Cut release v2.2.2
  • f625783 Fixes Issue #120 (#121)
  • 988ccc3 release_connection after cleaning (#122)
  • c5551f2 [Feature][DX] Add Docker Configuration for Development (#109)
  • 3748bab Merge pull request #124 from DatabaseCleaner/fix-truncated-tables-expectation...
  • 2913916 Update changelog
  • 0f288cf [Fix] Expect truncated tables in any order, and handle postgres extra table
  • e260a10 Provide a 'Changelog' link on rubygems.org/gems/database_cleaner-active_recor...
  • d519bf4 Fix CI and improve contribute instructions (#123)
  • See full diff in compare view

Updates webmock from 3.25.1 to 3.26.1

Release notes

Sourced from webmock's releases.

3.26.0

3.25.2

  • Return support for em_http_request

    Thanks to Oleg

Changelog

Sourced from webmock's changelog.

3.26.1

Fix compatibility with recent async-http versions

Thanks to [Mikhail Doronin](https://github.com/misdoro)

3.26.0

3.25.2

  • Return support for em_http_request

    Thanks to Oleg

Commits
  • 56cb661 Version 3.26.1
  • ea4cea3 Merge pull request #1109 from misdoro/duplicate_headers
  • c05fe47 Split SAMPLE_REQUEST_HEADERS and SAMPLE_RESPONSE_HEADERS to be more realistic
  • 5f46eca Fix specs with recent Async-http versions.
  • aa747ba Run CI on pushes to all branches
  • 348622f Version 3.26.0
  • 710131a Added .devcontainer to ignore.
  • 52cc74c Don't verify peer certificate in requests to google.
  • af3655c Updated request_pattern_spec.rb after error message was updated.
  • 00bd15a Merge branch 'ixti-fix-request-pattern-regression'
  • Additional commits viewable in compare view

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 testing group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.5` | `8.0.2` |
| [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.5.0` | `6.5.1` |
| [faker](https://github.com/faker-ruby/faker) | `3.5.1` | `3.5.2` |
| [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `6.5.0` | `7.0.1` |
| [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record) | `2.2.1` | `2.2.2` |
| [webmock](https://github.com/bblimke/webmock) | `3.25.1` | `3.26.1` |



Updates `rspec-rails` from 6.1.5 to 8.0.2
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.5...v8.0.2)

Updates `factory_bot_rails` from 6.5.0 to 6.5.1
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.5.0...v6.5.1)

Updates `faker` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.5.1...v3.5.2)

Updates `shoulda-matchers` from 6.5.0 to 7.0.1
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v6.5.0...v7.0.1)

Updates `database_cleaner-active_record` from 2.2.1 to 2.2.2
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner-active_record/blob/main/CHANGELOG.md)
- [Commits](DatabaseCleaner/database_cleaner-active_record@v2.2.1...v2.2.2)

Updates `webmock` from 3.25.1 to 3.26.1
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.25.1...v3.26.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-version: 8.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: factory_bot_rails
  dependency-version: 6.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: faker
  dependency-version: 3.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: shoulda-matchers
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: database_cleaner-active_record
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: webmock
  dependency-version: 3.26.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
...

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 Nov 10, 2025
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.

1 participant