From e80bb0685516637a77a43e78091d884a94c3d50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:59:49 +0000 Subject: [PATCH] Bump rubocop from 1.69.1 to 1.71.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.1 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.69.1...v1.71.2) --- updated-dependencies: - dependency-name: rubocop 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 0009631..db89ea1 100644 --- a/Gemfile +++ b/Gemfile @@ -19,5 +19,5 @@ group :development do # Builds windows executable gem 'ocran', '1.3.16', require: false # Ruby linter, config in .rubocop - gem 'rubocop', '~> 1.68', require: false + gem 'rubocop', '~> 1.71', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9308d6c..a31f851 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.9.0) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) launchy (2.5.2) addressable (~> 2.8) loofah (2.22.0) @@ -81,7 +81,7 @@ GEM uri openssl (3.1.0) parallel (1.26.3) - parser (3.3.4.0) + parser (3.3.7.1) ast (~> 2.4.1) racc psych (5.1.2) @@ -118,20 +118,20 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) reline (0.5.7) io-console (~> 0.5) - rubocop (1.69.1) + 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.36.2) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) stringio (3.1.0) @@ -142,7 +142,7 @@ GEM date tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (1.0.2) webrick (1.8.1) win32-shortcut (0.3.0) @@ -164,7 +164,7 @@ DEPENDENCIES ocran (= 1.3.16) open-uri (~> 0.5.0) openssl (~> 3.1.0) - rubocop (~> 1.68) + rubocop (~> 1.71) win32-shortcut (~> 0.3.0) RUBY VERSION