From beee5b755fb9a8aec327e5aa49c7d1beae051a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:21:31 +0000 Subject: [PATCH] Bump rubocop from 1.69.2 to 1.70.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.70.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.69.2...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ceb67ab4..78e116f2 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :development do gem 'listen', '~> 3.9' gem 'rails_best_practices', '~> 1.20' gem 'reek', '~> 6.4' - gem 'rubocop', '~> 1.69', require: false + gem 'rubocop', '~> 1.70', require: false gem 'rubocop-capybara', '~> 2.21' gem 'rubocop-factory_bot', '~> 2.26', require: false gem 'rubocop-performance', '~> 1.23', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9ab6f78a..f22cae5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -502,7 +502,7 @@ GEM rswag-ui (2.16.0) actionpack (>= 5.2, < 8.1) railties (>= 5.2, < 8.1) - rubocop (1.69.2) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -651,7 +651,7 @@ DEPENDENCIES rspec-retry! rswag-api (~> 2.16.0) rswag-ui (~> 2.16.0) - rubocop (~> 1.69) + rubocop (~> 1.70) rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26) rubocop-performance (~> 1.23)