From f512622aa5a80c615cf085cf048a2f0ab2014ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:34:28 +0000 Subject: [PATCH] build(deps-dev): bump the gems group with 1 update Bumps the gems group with 1 update: [rubocop](https://github.com/rubocop/rubocop). - [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.57.2...v1.58.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gems ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index bc8a406..d5ba5f1 100644 --- a/Gemfile +++ b/Gemfile @@ -16,5 +16,5 @@ gem 'rake', '~> 13.1' group :test, :development do gem 'minitest', '~> 5.20' gem 'rack-test', '~> 2.1' - gem 'rubocop', '~> 1.57', require: false + gem 'rubocop', '~> 1.58', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 2f197d3..0cb2174 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rack i18n (1.14.1) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.0) language_server-protocol (3.17.0.3) minitest (5.20.0) mustermann (3.0.0) @@ -65,7 +65,7 @@ GEM prometheus-client (4.2.2) puma (6.4.0) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (3.0.8) rack-accept (0.4.5) rack (>= 0.4) @@ -75,9 +75,9 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.1.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) rexml (3.2.6) - rubocop (1.57.2) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -85,7 +85,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) @@ -111,7 +111,7 @@ DEPENDENCIES rack-cors (~> 2.0) rack-test (~> 2.1) rake (~> 13.1) - rubocop (~> 1.57) + rubocop (~> 1.58) BUNDLED WITH 2.4.1