Skip to content

Commit 727cd59

Browse files
Update dependency rspec-rails to v8.0.2 (#214)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rspec-rails](https://redirect.github.com/rspec/rspec-rails) ([changelog](https://redirect.github.com/rspec/rspec-rails/blob/v8.0.2/Changelog.md)) | `"8.0.0"` -> `"8.0.2"` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rspec-rails/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rspec-rails/8.0.0/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>rspec/rspec-rails (rspec-rails)</summary> ### [`v8.0.2`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#802--2025-08-12) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v8.0.1...v8.0.2) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v8.0.1...v8.0.2) Bug Fixes: - Fix scaffold generator producing deprecated Rack http statuses. (Taketo Takashima, [#&#8203;2860](https://redirect.github.com/rspec/rspec-rails/issues/2860)) ### [`v8.0.1`](https://redirect.github.com/rspec/rspec-rails/blob/HEAD/Changelog.md#802--2025-08-12) [Compare Source](https://redirect.github.com/rspec/rspec-rails/compare/v8.0.0...v8.0.1) [Full Changelog](https://redirect.github.com/rspec/rspec-rails/compare/v8.0.1...v8.0.2) Bug Fixes: - Fix scaffold generator producing deprecated Rack http statuses. (Taketo Takashima, [#&#8203;2860](https://redirect.github.com/rspec/rspec-rails/issues/2860)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTcuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a82a7b6 commit 727cd59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group :development, :test do
2929
gem "factory_bot_rails"
3030
gem "pry-byebug"
3131
gem "pry-rails"
32-
gem "rspec-rails", "8.0.0"
32+
gem "rspec-rails", "8.0.2"
3333
end
3434

3535
group :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ GEM
248248
rspec-mocks (3.13.5)
249249
diff-lcs (>= 1.2.0, < 2.0)
250250
rspec-support (~> 3.13.0)
251-
rspec-rails (8.0.0)
251+
rspec-rails (8.0.2)
252252
actionpack (>= 7.2)
253253
activesupport (>= 7.2)
254254
railties (>= 7.2)
@@ -351,7 +351,7 @@ DEPENDENCIES
351351
pry-rails
352352
puma (= 7.0.4)
353353
rails (= 8.0.3)
354-
rspec-rails (= 8.0.0)
354+
rspec-rails (= 8.0.2)
355355
sass-rails (= 6.0.0)
356356
shoulda-matchers
357357
simplecov

0 commit comments

Comments
 (0)