Skip to content

Commit 71d3e15

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 6241506 commit 71d3e15

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

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

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

0 commit comments

Comments
 (0)