Bump sidekiq-cron
This commit is contained in:
parent
7b201f4bb9
commit
a63f11bbf4
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ gem "sidekiq", "5.2.5"
|
|||
|
||||
# Scheduled processing
|
||||
|
||||
gem "sidekiq-cron", "1.0.4"
|
||||
gem "sidekiq-cron", "1.1.0"
|
||||
|
||||
# Compression
|
||||
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -199,7 +199,7 @@ GEM
|
|||
execjs
|
||||
multi_json (>= 1.3)
|
||||
rake
|
||||
et-orbi (1.1.6)
|
||||
et-orbi (1.1.7)
|
||||
tzinfo
|
||||
ethon (0.11.0)
|
||||
ffi (>= 1.3.0)
|
||||
|
|
@ -246,8 +246,8 @@ GEM
|
|||
fog-core
|
||||
nokogiri (>= 1.5.11, < 2.0.0)
|
||||
formatador (0.2.5)
|
||||
fugit (1.1.6)
|
||||
et-orbi (~> 1.1, >= 1.1.6)
|
||||
fugit (1.1.8)
|
||||
et-orbi (~> 1.1, >= 1.1.7)
|
||||
raabro (~> 1.1)
|
||||
fuubar (2.3.2)
|
||||
rspec-core (~> 3.0)
|
||||
|
|
@ -657,7 +657,7 @@ GEM
|
|||
rack (>= 1.5.0)
|
||||
rack-protection (>= 1.5.0)
|
||||
redis (>= 3.3.5, < 5)
|
||||
sidekiq-cron (1.0.4)
|
||||
sidekiq-cron (1.1.0)
|
||||
fugit (~> 1.1)
|
||||
sidekiq (>= 4.2.1)
|
||||
simple_captcha2 (0.4.3)
|
||||
|
|
@ -885,7 +885,7 @@ DEPENDENCIES
|
|||
secure_headers (= 6.0.0)
|
||||
shoulda-matchers (= 3.1.2)
|
||||
sidekiq (= 5.2.5)
|
||||
sidekiq-cron (= 1.0.4)
|
||||
sidekiq-cron (= 1.1.0)
|
||||
simple_captcha2 (= 0.4.3)
|
||||
simplecov (= 0.16.1)
|
||||
sinon-rails (= 1.15.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue