Skip to content

Commit 59547ff

Browse files
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](rubocop/rubocop@v0.40.0...v0.81.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5edbc2e commit 59547ff

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
@@ -54,7 +54,7 @@ Gem::Specification.new do |spec|
5454

5555
# We pin rubocop because new cops have a tendency to result in false-y
5656
# positives for new contributors, which is not a nice experience.
57-
spec.add_development_dependency 'rubocop', '~> 0.40.0'
57+
spec.add_development_dependency 'rubocop', '~> 0.81.0'
5858

5959
spec.add_runtime_dependency 'mono_logger', '~> 1.0'
6060
spec.add_runtime_dependency 'redis', '>= 3.3'

0 commit comments

Comments
 (0)