chore(deps): update rspec-rails requirement from ~> 6.1 to ~> 7.0
Updates the requirements on rspec-rails to permit the latest version.
Changelog
Sourced from rspec-rails's changelog.
7.0.0 / 2024-09-02
Enhancements:
- Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
- Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
- Add suggestion to rails_helper.rb to skip when not in test most. (Glauco Custódio, #2751)
- Add
at_priorityqualifier tohave_enqueued_jobset of matchers. (mbajur, #2759)- Add spec directories to
rails statson Rails main / 8.0.0. (Petrik de Heus, #2781)6.1.5 / 2024-09-02
Bug Fixes:
- Restore old order of requiring support files. (Franz Liedke, #2785)
- Prevent running
rake spec:statsetupon Rails main / 8.0.0. (Petrik de Heus, #2781)6.1.4 / 2024-08-15
Bug Fixes:
- Prevent
have_http_statusmatcher raising an error when encountering a rawRack::MockResponse. (Christophe Bliard, #2771)- Move Rails version conditional from index scaffold generated file to template. (Matt Jankowski, #2777)
6.1.3 / 2024-06-19
Bug Fixes:
- Reset
ActiveSupport::CurrentAttributesbetween examples. (Javier Julio, #2752)- Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
- Fix
have_status_codebehaviour with deprecated status names by delegating toRack::Utils.status_code/1to set the expected status code. (Darren Boyd, #2765)6.1.2 / 2024-03-19
Bug Fixes:
- Fix generated mailer paths to match Rails convention. (Patrício dos Santos, #2735)
- Fix class in template for generator specs. (Nicolas Buduroi, #2744)
6.1.1 / 2024-01-25
... (truncated)
Commits
1bb407ev7.0.08c870d6Merge pull request #2788 from rspec/7-0-prepa5d0635Update rails link3b36479Drop 6.1 related code4dd9521Rewrite upgrade notes7d692b1Remove old autogenerated notee0fb460Update documentation links5850b28Specify minimum rails version7266dd6Prep for 7.0.06e464a1Drop 6.1 builds- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: bundler.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.