Skip to content

Commit e24daf6

Browse files
Update rubocop requirement from ~> 0.40.0 to ~> 1.81.7
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.81.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f6649e commit e24daf6

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

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

6363
spec.add_runtime_dependency 'mono_logger', '~> 1.0'
6464
spec.add_runtime_dependency 'redis', '>= 3.3'

0 commit comments

Comments
 (0)