From 8c7187a437610fdda80774f135103013ae64ad41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:44:06 +0000 Subject: [PATCH] Bump rspec-rails from 6.0.3 to 6.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.0.3...v6.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 bf8d284e..8d483df6 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ group :development, :test do gem "dotenv-rails", "~> 2.8" gem "erb_lint", "~> 0.5", require: false gem "factory_bot_rails", "~> 6.2" - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 6.1" gem "rubocop", "~> 1.56", require: false gem "rubocop-performance", "~> 1.19", require: false gem "rubocop-rails", "~> 2.21", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9d33bacc..15940ba9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.6.0) - irb (1.9.0) + irb (1.9.1) rdoc reline (>= 0.3.8) jaro_winkler (1.5.6) @@ -217,11 +217,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.6.0) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.15.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.15.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -325,7 +325,7 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -483,7 +483,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.1) rails (= 7.1.1) rouge (~> 4.1) - rspec-rails (~> 6.0) + rspec-rails (~> 6.1) rubocop (~> 1.56) rubocop-performance (~> 1.19) rubocop-rails (~> 2.21)