From d8203bcb3dae9b47185272ab3f96cd712d67efd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:33:10 +0000 Subject: [PATCH] Bump rubocop-rspec from 2.24.0 to 2.25.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.0 to 2.25.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.24.0...v2.25.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 5f52daf..14d1294 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development do gem 'rubocop-performance', '~> 1.19', require: false gem 'rubocop-rails', '~> 2.20', '>= 2.20.2', require: false gem 'rubocop-rake', '~> 0.6.0', require: false - gem 'rubocop-rspec', '~> 2.24', require: false + gem 'rubocop-rspec', '~> 2.25', require: false gem 'spring', '~> 4.1' end diff --git a/Gemfile.lock b/Gemfile.lock index dcc5dfb..18de21d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,7 +294,7 @@ GEM parallel (1.23.0) parallel_tests (4.2.2) parallel - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pg (1.5.3) @@ -374,7 +374,7 @@ GEM kwalify (~> 0.7.0) parser (~> 3.2.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.8.1) + regexp_parser (2.8.2) request_store (1.5.1) rack (>= 1.4) require_all (3.0.0) @@ -420,9 +420,9 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-capybara (2.18.0) + rubocop-capybara (2.19.0) rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) @@ -435,8 +435,8 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.24.0) - rubocop (~> 1.33) + rubocop-rspec (2.25.0) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) @@ -483,7 +483,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) webmock (3.19.1) @@ -549,7 +549,7 @@ DEPENDENCIES rubocop-performance (~> 1.19) rubocop-rails (~> 2.20, >= 2.20.2) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.24) + rubocop-rspec (~> 2.25) sass-rails (~> 6.0.0) sendgrid (~> 1.2.4) shoulda-matchers (~> 5.3)