From b128c642404da67cb0b8b99ab157424bedd73029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:48:30 +0000 Subject: [PATCH] Bump the patch-and-minor-dependencies group with 2 updates Bumps the patch-and-minor-dependencies group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [minitest](https://github.com/minitest/minitest). Updates `rubocop` from 1.59.0 to 1.60.1 - [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.59.0...v1.60.1) Updates `minitest` from 5.21.1 to 5.21.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.21.1...v5.21.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index e734e9f..2a10030 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'tilt', '~> 2.3' group :development do gem 'htmlbeautifier', require: false gem 'pry' - gem 'rubocop', '~> 1.59', require: false + gem 'rubocop', '~> 1.60', require: false gem 'solargraph', '~> 0.50', require: false gem 'yard', '~> 0.9.34' end diff --git a/Gemfile.lock b/Gemfile.lock index 12710ce..24f7564 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM method_source (1.0.0) mini_portile2 (2.8.5) minitar (0.9) - minitest (5.21.1) + minitest (5.21.2) nio4r (2.7.0) nokogiri (1.16.0) mini_portile2 (~> 2.8.2) @@ -29,7 +29,7 @@ GEM nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.4) ast (~> 2.4.1) racc pry (0.14.2) @@ -49,17 +49,17 @@ GEM rake (13.1.0) rbs (2.8.4) redcarpet (3.6.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) reverse_markdown (2.1.1) nokogiri rexml (3.2.6) roda (3.76.0) rack - rubocop (1.59.0) + rubocop (1.60.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -129,7 +129,7 @@ DEPENDENCIES rake (~> 13.1) redcarpet (~> 3.6) roda (~> 3.76) - rubocop (~> 1.59) + rubocop (~> 1.60) solargraph (~> 0.50) tantiny (= 0.3.3) tilt (~> 2.3)