Bump sidekiq and sidekiq-cron
This commit is contained in:
parent
db74b364d6
commit
8c4381c1ce
3 changed files with 11 additions and 11 deletions
4
Gemfile
4
Gemfile
|
|
@ -38,11 +38,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
|
|||
# Background processing
|
||||
|
||||
gem "redis", "4.7.0"
|
||||
gem "sidekiq", "6.2.2"
|
||||
gem "sidekiq", "6.4.2"
|
||||
|
||||
# Scheduled processing
|
||||
|
||||
gem "sidekiq-cron", "1.2.0"
|
||||
gem "sidekiq-cron", "1.4.0"
|
||||
|
||||
# Compression
|
||||
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -234,7 +234,7 @@ GEM
|
|||
execjs
|
||||
multi_json (>= 1.3)
|
||||
rake
|
||||
et-orbi (1.2.6)
|
||||
et-orbi (1.2.7)
|
||||
tzinfo
|
||||
ethon (0.15.0)
|
||||
ffi (>= 1.15.0)
|
||||
|
|
@ -284,8 +284,8 @@ GEM
|
|||
fog-core
|
||||
nokogiri (>= 1.5.11, < 2.0.0)
|
||||
formatador (0.3.0)
|
||||
fugit (1.5.2)
|
||||
et-orbi (~> 1.1, >= 1.1.8)
|
||||
fugit (1.5.3)
|
||||
et-orbi (~> 1, >= 1.2.7)
|
||||
raabro (~> 1.4)
|
||||
fuubar (2.5.1)
|
||||
rspec-core (~> 3.0)
|
||||
|
|
@ -682,12 +682,12 @@ GEM
|
|||
secure_headers (6.3.3)
|
||||
shoulda-matchers (4.5.1)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (6.2.2)
|
||||
sidekiq (6.4.2)
|
||||
connection_pool (>= 2.2.2)
|
||||
rack (~> 2.0)
|
||||
redis (>= 4.2.0)
|
||||
sidekiq-cron (1.2.0)
|
||||
fugit (~> 1.1)
|
||||
sidekiq-cron (1.4.0)
|
||||
fugit (~> 1)
|
||||
sidekiq (>= 4.2.1)
|
||||
simple_captcha2 (0.5.0)
|
||||
rails (>= 4.1)
|
||||
|
|
@ -910,8 +910,8 @@ DEPENDENCIES
|
|||
sass-rails (= 5.0.7)
|
||||
secure_headers (= 6.3.3)
|
||||
shoulda-matchers (= 4.5.1)
|
||||
sidekiq (= 6.2.2)
|
||||
sidekiq-cron (= 1.2.0)
|
||||
sidekiq (= 6.4.2)
|
||||
sidekiq-cron (= 1.4.0)
|
||||
simple_captcha2 (= 0.5.0)
|
||||
simplecov (= 0.21.2)
|
||||
sinon-rails (= 1.15.0)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<% require_relative 'config/load_config' %>
|
||||
<% require_relative 'load_config' %>
|
||||
---
|
||||
:verbose: false
|
||||
<% unless AppConfig.heroku? %>
|
||||
|
|
|
|||
Loading…
Reference in a new issue