From 8ecff4a2683c1f22f1ecb765a6c4469fb1e72dc0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 14:51:02 +0000 Subject: [PATCH] Update rubocop to version 1.21.0 --- huginn_github_notifications_agent.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huginn_github_notifications_agent.gemspec b/huginn_github_notifications_agent.gemspec index 2aae5c9..d1461e5 100644 --- a/huginn_github_notifications_agent.gemspec +++ b/huginn_github_notifications_agent.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'bundler', '~> 1.7' spec.add_development_dependency 'rake', '~> 13.0' - spec.add_development_dependency 'rubocop', '~> 0.83.0' + spec.add_development_dependency 'rubocop', '~> 1.21.0' spec.add_runtime_dependency 'huginn_agent' spec.add_runtime_dependency 'virtus', '~> 1.0'