Skip to content

Commit fa117c9

Browse files
committed
sidekiq 2.16 support
1 parent 42ed052 commit fa117c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ env:
1717
- SIDEKIQ_VERSION="~>2.13.0"
1818
- SIDEKIQ_VERSION="~>2.14.0"
1919
- SIDEKIQ_VERSION="~>2.15.0"
20+
- SIDEKIQ_VERSION="~>2.16.0"
2021
script: bundle exec rake

sidekiq_status.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
gem.require_paths = ["lib"]
1616
gem.version = SidekiqStatus::VERSION
1717

18-
gem.add_runtime_dependency("sidekiq", ">= 2.4", "< 2.16")
18+
gem.add_runtime_dependency("sidekiq", ">= 2.4", "< 2.17")
1919

2020
gem.add_development_dependency("activesupport")
2121
gem.add_development_dependency("rspec")

0 commit comments

Comments
 (0)