From e61992c51bc4f56904e3f430722bb7adce2dc354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:30:13 -0300 Subject: [PATCH] Bump rubocop-rspec from 3.3.0 to 3.4.0 (#956) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 199bf8ff..27342348 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ group :development do gem 'rubocop-performance', '~> 1.23', require: false gem 'rubocop-rails', '~> 2.28', require: false gem 'rubocop-rake', '~> 0.6.0', require: false - gem 'rubocop-rspec', '~> 3.3', require: false + gem 'rubocop-rspec', '~> 3.4', require: false gem 'rubocop-rspec_rails', '~> 2.30.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 048e13d1..88830705 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ GEM parallel (1.26.3) parallel_tests (4.9.0) parallel - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -528,7 +528,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (3.3.0) + rubocop-rspec (3.4.0) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -657,7 +657,7 @@ DEPENDENCIES rubocop-performance (~> 1.23) rubocop-rails (~> 2.28) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 3.3) + rubocop-rspec (~> 3.4) rubocop-rspec_rails (~> 2.30.0) selenium-webdriver (~> 4.28.0) sendgrid (~> 1.2.4)