From 1e9402f14456659323250b77beef49ba43d01a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:59:49 +0000 Subject: [PATCH] Upgrade: Bump rubocop-rspec from 2.24.1 to 2.25.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.24.1 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.1...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e17eaa4ca3..a09dc350b3 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :development do gem 'rubocop', '~> 1.56', require: false gem 'rubocop-performance', '~> 1.19', require: false gem 'rubocop-rails', '~> 2.22', require: false - gem 'rubocop-rspec', '~> 2.24', require: false + gem 'rubocop-rspec', '~> 2.25', require: false gem 'web-console', '~> 4.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 89fda1c86b..9343581e66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,8 +475,8 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.24.1) - 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) @@ -634,7 +634,7 @@ DEPENDENCIES rubocop (~> 1.56) rubocop-performance (~> 1.19) rubocop-rails (~> 2.22) - rubocop-rspec (~> 2.24) + rubocop-rspec (~> 2.25) ruby-progressbar (~> 1.13) sass-rails (~> 6.0) seed-fu (~> 2.3)