From bf9ec47f10c64344d7153700b5e19923165b14a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:22:34 +0000 Subject: [PATCH] chore(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.0.1 to 7.1.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 2f4d339..39dbea6 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri mingw x64_mingw ] - gem 'rspec-rails', '~> 7.0.1' + gem 'rspec-rails', '~> 7.1.0' gem 'simplecov' #Simplecov-cobertura to generate an xml coverage file which can then be uploaded to Codecov gem 'simplecov-cobertura' diff --git a/Gemfile.lock b/Gemfile.lock index d153cd7..84b9a46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -377,15 +377,15 @@ GEM reline (0.5.11) io-console (~> 0.5) rexml (3.3.9) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -394,7 +394,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - securerandom (0.3.1) + securerandom (0.3.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -442,7 +442,7 @@ DEPENDENCIES opentelemetry-sdk puma (~> 6.4) rails (~> 8.0.0) - rspec-rails (~> 7.0.1) + rspec-rails (~> 7.1.0) simplecov simplecov-cobertura sprockets-rails