Skip to content

Commit 9568aa8

Browse files
committed
add support for sidekiq 8
1 parent ebfcc36 commit 9568aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sidekiq-cronitor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
spec.files = Dir["README.md", "LICENSE", "lib/**/*.rb"]
1717
spec.require_paths = ["lib"]
1818

19-
spec.add_dependency "sidekiq", "< 8"
19+
spec.add_dependency "sidekiq", "< 9"
2020
spec.add_dependency "cronitor", "~> 5.1"
2121

2222
spec.add_development_dependency "bundler", "~> 2.1"

0 commit comments

Comments
 (0)