mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Bump Sidekiq dependency to ~> 2.14.0.
This commit is contained in:
parent
d8059b450a
commit
b0911cbd37
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
0.3.7
|
||||
-----
|
||||
|
||||
- Bump Sidekiq dependency to ~> 2.14.0
|
||||
|
||||
0.3.6
|
||||
-----
|
||||
|
||||
|
|
|
@ -19,6 +19,6 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib"]
|
||||
gem.extensions = []
|
||||
|
||||
gem.add_dependency 'sidekiq', '~> 2.13.0'
|
||||
gem.add_dependency 'sidekiq', '~> 2.14.0'
|
||||
gem.add_dependency 'ice_cube', '~> 0.11.0'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue