From e33abda433255973c9b38a63d5dd76a8d0343612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:18:56 +0900 Subject: [PATCH] chore(deps): update dependency rubocop to '~> 1.60.0' (#309) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 16edd994..ff5cb8d4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ gemspec group :development, :test do # ref: http://docs.rubocop.org/en/latest/installation/ - gem 'rubocop', '~> 1.57.0', require: false + gem 'rubocop', '~> 1.60.0', require: false gem 'yard', '~> 0.9.20' end