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