From 61696e531684f95b0ad4f7669af65546cc845e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 20:50:13 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.40.0 to ~> 1.82.1 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...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 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 ddb70354..70dc3a0f 100644 --- a/resque-scheduler.gemspec +++ b/resque-scheduler.gemspec @@ -59,7 +59,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.80' + spec.add_development_dependency 'rubocop', '~> 1.82' spec.add_runtime_dependency 'base64', '~> 0.1' spec.add_runtime_dependency 'logger'