From 7b602b2cad7712a34aa75efef2affb2f8313dff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 00:03:04 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.40.0 to ~> 0.81.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [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/v0.40.0...v0.81.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- resque-scheduler.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resque-scheduler.gemspec b/resque-scheduler.gemspec index 606a35e4..1c12f1ab 100644 --- a/resque-scheduler.gemspec +++ b/resque-scheduler.gemspec @@ -54,7 +54,7 @@ Gem::Specification.new do |spec| # We pin rubocop because new cops have a tendency to result in false-y # positives for new contributors, which is not a nice experience. - spec.add_development_dependency 'rubocop', '~> 0.40.0' + spec.add_development_dependency 'rubocop', '~> 0.81.0' spec.add_runtime_dependency 'mono_logger', '~> 1.0' spec.add_runtime_dependency 'redis', '>= 3.3'