Skip to content

Commit

Permalink
Update dependency rspec-rails to v7 (#172)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rspec-rails](https://redirect.github.com/rspec/rspec-rails)
([changelog](https://redirect.github.com/rspec/rspec-rails/blob/v7.0.1/Changelog.md))
| `"~> 6.0"` -> `"~> 7.0"` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/rspec-rails/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rspec-rails/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rspec-rails/6.1.1/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rspec-rails/6.1.1/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rspec/rspec-rails (rspec-rails)</summary>

###
[`v7.0.1`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#701--2024-09-03)

[Compare
Source](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1)

[Full
Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1)

Bug Fixes:

- Remove mutation of Rails constant in favour of public api. (Petrik de
Heus,
[#&#8203;2789](https://redirect.github.com/rspec/rspec-rails/issues/2789))
- Cleanup Rails scaffold for unsupported versions. (Matt Jankowski,
[#&#8203;2790](https://redirect.github.com/rspec/rspec-rails/issues/2790))
- Remove deprecated scaffold that was unintentionally included in 7.0.0
(Jon Rowe,
[#&#8203;2791](https://redirect.github.com/rspec/rspec-rails/issues/2791))

###
[`v7.0.0`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#700--2024-09-02)

[Compare
Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0)

[Full
Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.5...v7.0.0)

Enhancements:

- Change default driver for system specs on Rails 7.2 to match its
default.
(Steve Polito,
[#&#8203;2746](https://redirect.github.com/rspec/rspec-rails/issues/2746))
- Verify ActiveJob arguments by comparing to the method signature. (Oli
Peate,
[#&#8203;2745](https://redirect.github.com/rspec/rspec-rails/issues/2745))
- Add suggestion to rails_helper.rb to skip when not in test mode.
(Glauco Custódio,
[#&#8203;2751](https://redirect.github.com/rspec/rspec-rails/issues/2751))
- Add `at_priority` qualifier to `have_enqueued_job` set of matchers.
(mbajur,
[#&#8203;2759](https://redirect.github.com/rspec/rspec-rails/issues/2759))
- Add spec directories to `rails stats` on Rails main / 8.0.0. (Petrik
de Heus,
[#&#8203;2781](https://redirect.github.com/rspec/rspec-rails/issues/2781))

###
[`v6.1.5`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#615--2024-09-02)

[Compare
Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.4...v6.1.5)

[Full
Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.4...v6.1.5)

Bug Fixes:

- Restore old order of requiring support files. (Franz Liedke,
[#&#8203;2785](https://redirect.github.com/rspec/rspec-rails/issues/2785))
- Prevent running `rake spec:statsetup` on Rails main / 8.0.0. (Petrik
de Heus,
[#&#8203;2781](https://redirect.github.com/rspec/rspec-rails/issues/2781))

###
[`v6.1.4`](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4)

[Compare
Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.3...v6.1.4)

###
[`v6.1.3`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#613--2024-06-19)

[Compare
Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)

[Full
Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)

Bug Fixes:

- Reset `ActiveSupport::CurrentAttributes` between examples. (Javier
Julio,
[#&#8203;2752](https://redirect.github.com/rspec/rspec-rails/issues/2752))
- Fix a broken link in generated mailer previews. (Chiara Núñez,
[#&#8203;2764](https://redirect.github.com/rspec/rspec-rails/issues/2764))
- Fix `have_status_code` behaviour with deprecated status names by
delegating
to `Rack::Utils.status_code/1` to set the expected status code. (Darren
Boyd,
[#&#8203;2765](https://redirect.github.com/rspec/rspec-rails/issues/2765))

###
[`v6.1.2`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#612--2024-03-19)

[Compare
Source](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)

[Full
Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)

Bug Fixes:

- Fix generated mailer paths to match Rails convention. (Patrício dos
Santos,
[#&#8203;2735](https://redirect.github.com/rspec/rspec-rails/issues/2735))
- Fix class in template for generator specs. (Nicolas Buduroi,
[#&#8203;2744](https://redirect.github.com/rspec/rspec-rails/issues/2744))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/powerhome/power-web-development-interview).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguMTQyLjciLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent badad71 commit 238c6d7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group :development, :test do
gem "factory_bot_rails"
gem "pry-byebug"
gem "pry-rails"
gem "rspec-rails", "~> 6.0"
gem "rspec-rails", "~> 7.0"
end

group :test do
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,23 +231,23 @@ GEM
reline (0.5.12)
io-console (~> 0.5)
rexml (3.2.6)
rspec-core (3.12.3)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.4)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.7)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.1.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.2)
rspec-support (~> 3.13.0)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.2)
rubyzip (2.3.2)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -339,7 +339,7 @@ DEPENDENCIES
pry-rails
puma (~> 6.0)
rails (~> 8.0.0.0)
rspec-rails (~> 6.0)
rspec-rails (~> 7.0)
sass-rails (~> 6.0)
shoulda-matchers
simplecov
Expand Down

0 comments on commit 238c6d7

Please sign in to comment.