From 63f27a6c8d40e40e9aeee5abdf48bd7a995643e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:50:26 -0500 Subject: [PATCH] Update dependency rspec-rails to v6.1.1 (#136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [rspec-rails](https://togithub.com/rspec/rspec-rails) ([changelog](https://togithub.com/rspec/rspec-rails/blob/v6.1.1/Changelog.md)) | `6.1.0` -> `6.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/rspec-rails/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rspec-rails/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rspec-rails/6.1.0/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rspec-rails/6.1.0/6.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
rspec/rspec-rails (rspec-rails) ### [`v6.1.1`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#611--2024-01-25) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) [Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) Bug Fixes: - Improved deprecation message for `RSpec::Rails::Configuration.fixture_paths` (Benoit Tigeot, [#​2720](https://togithub.com/rspec/rspec-rails/issues/2720)) - Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, [#​2716](https://togithub.com/rspec/rspec-rails/issues/2716))
--- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/powerhome/power-web-development-interview). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d2bb67a..acc65be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM concurrent-ruby (1.2.3) crass (1.0.6) date (3.3.3) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.4.0) dotenv (2.8.1) dotenv-rails (2.8.1) @@ -195,15 +195,15 @@ GEM ffi (~> 1.0) regexp_parser (2.7.0) rexml (3.2.6) - rspec-core (3.12.2) + rspec-core (3.12.3) rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-expectations (3.12.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-mocks (3.12.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.1.0) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -211,7 +211,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.12.2) rubyzip (2.3.2) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -279,7 +279,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS ruby @@ -312,7 +312,7 @@ DEPENDENCIES webpacker RUBY VERSION - ruby 3.2.2p53 + ruby 3.3.0p0 BUNDLED WITH 2.4.10