Skip to content

Commit 8a427e3

Browse files
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](rubocop/rubocop@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] <support@github.com>
1 parent e07d2fd commit 8a427e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resque-scheduler.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
5959

6060
# We pin rubocop because new cops have a tendency to result in false-y
6161
# positives for new contributors, which is not a nice experience.
62-
spec.add_development_dependency 'rubocop', '~> 0.40.0'
62+
spec.add_development_dependency 'rubocop', '~> 1.82.1'
6363

6464
spec.add_runtime_dependency 'logger'
6565
spec.add_runtime_dependency 'mono_logger', '~> 1.0'

0 commit comments

Comments
 (0)