From eef4306a61d3842842208e93269bbd1a7b6998c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 05:06:44 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 8.0.0 to 8.0.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.0 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 3ddf6d9978c..1ea8cdf9ed0 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do gem 'rspec-collection_matchers' gem 'rspec-instafail' gem 'rspec-its' - gem 'rspec-rails', '~> 8.0.0' + gem 'rspec-rails', '~> 8.0.1' gem 'rspec-wait' gem 'rubocop', '~> 1.75.8' gem 'rubocop-capybara' diff --git a/Gemfile.lock b/Gemfile.lock index 4f370f41490..c2192a7b123 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM base64 (0.2.0) beefcake (1.0.0) benchmark (0.4.1) - bigdecimal (3.2.1) + bigdecimal (3.2.2) bit-struct (0.17) builder (3.3.0) byebug (12.0.0) @@ -141,7 +141,7 @@ GEM digest-xxhash (0.2.9) docile (1.1.5) domain_name (0.6.20240107) - drb (2.2.1) + drb (2.2.3) erb (5.0.1) erubi (1.13.1) eventmachine (1.2.7) @@ -306,7 +306,7 @@ GEM logger (1.7.0) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.24.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) machinist (1.0.6) @@ -396,7 +396,7 @@ GEM rackup (1.0.1) rack (< 3) webrick - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -449,7 +449,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.13.4) + rspec-core (3.13.5) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) @@ -462,7 +462,7 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.0) + rspec-rails (8.0.1) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -610,7 +610,7 @@ GEM yard (0.9.37) yard-solargraph (0.1.0) yard (~> 0.9) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS ruby @@ -678,7 +678,7 @@ DEPENDENCIES rspec-collection_matchers rspec-instafail rspec-its - rspec-rails (~> 8.0.0) + rspec-rails (~> 8.0.1) rspec-wait rspec_api_documentation (>= 6.1.0) rubocop (~> 1.75.8)