From d5b8a4fc0b48693e8524dd61c96ae32b3658f666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:04:07 +0000 Subject: [PATCH] build(deps-dev): bump rubocop in the rubocop group across 1 directory Bumps the rubocop group with 1 update in the / directory: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.71.0 to 1.71.2 - [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.71.0...v1.71.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 81822ea..8084b45 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ group :development, :test do gem 'dotenv-rails', '~> 3.1.4' gem 'i18n-tasks', '~> 1.0.14' gem 'rspec-rails', '~> 7.1.0' - gem 'rubocop', '~> 1.71.0' + gem 'rubocop', '~> 1.71.2' gem 'rubocop-performance', '~> 1.23.1' gem 'rubocop-rails', '~> 2.29.1' gem 'rubocop-rspec', '~> 3.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index c9b291a..792c4aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM json (2.9.1) jwt (2.10.1) base64 - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -218,7 +218,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pg (1.5.9) @@ -320,17 +320,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.71.0) + rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) @@ -412,7 +412,7 @@ DEPENDENCIES rollbar (~> 3.6.0) roo (~> 2.10.1) rspec-rails (~> 7.1.0) - rubocop (~> 1.71.0) + rubocop (~> 1.71.2) rubocop-performance (~> 1.23.1) rubocop-rails (~> 2.29.1) rubocop-rspec (~> 3.4.0)