From 27b794b37bb4ef41f7494a34434fc65e3c74ab88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:17:11 +0000 Subject: [PATCH] chore(deps): update dependency rubocop to '~> 1.63.0' --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 12f45100..982e0fb0 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.62.0', require: false + gem 'rubocop', '~> 1.63.0', require: false gem 'yard', '~> 0.9.20' end