Skip to content

Conversation

dependabot[bot]
Copy link

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

⚠️ 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.


Bumps the testing group with 4 updates in the / directory: rspec-rails, factory_bot_rails, faker and database_cleaner-active_record.

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 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

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 4 updates in the / directory: [rspec-rails](https://github.com/rspec/rspec-rails), [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails), [faker](https://github.com/faker-ruby/faker) and [database_cleaner-active_record](https://github.com/DatabaseCleaner/database_cleaner-active_record).


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 `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)

---
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: database_cleaner-active_record
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Sep 8, 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.

0 participants