From 0a7d880b8775d3bb4ba010105de8a74395a1a264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:51:41 +0000 Subject: [PATCH] chore(deps): update dependency rubocop-minitest to "~> 0.32.0" --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 500580c..614441a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :development do gem "minitest-around", "~> 0.5.0" gem "overcommit" gem "rake", "~> 13.0" - gem "rubocop-minitest", "~> 0.31.0" + gem "rubocop-minitest", "~> 0.32.0" gem "rubocop-rake", "~> 0.6.0" gem "solargraph" gem "standard", "~> 1.31" diff --git a/Gemfile.lock b/Gemfile.lock index 35a0019..06ef139 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM rexml (3.2.6) roda (3.72.0) rack - rubocop (1.56.2) + rubocop (1.56.3) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -90,7 +90,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-minitest (0.31.1) + rubocop-minitest (0.32.0) rubocop (>= 1.39, < 2.0) rubocop-performance (1.19.0) rubocop (>= 1.7.0, < 2.0) @@ -157,7 +157,7 @@ DEPENDENCIES minitest-around (~> 0.5.0) overcommit rake (~> 13.0) - rubocop-minitest (~> 0.31.0) + rubocop-minitest (~> 0.32.0) rubocop-rake (~> 0.6.0) simplecov solargraph