Bump redis
This commit is contained in:
parent
6e8a0dd66a
commit
cd32959b93
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -37,7 +37,7 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
gem "redis", "4.3.1"
|
gem "redis", "4.5.1"
|
||||||
gem "sidekiq", "6.2.1"
|
gem "sidekiq", "6.2.1"
|
||||||
|
|
||||||
# Scheduled processing
|
# Scheduled processing
|
||||||
|
|
|
||||||
|
|
@ -609,7 +609,7 @@ GEM
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
redcarpet (3.5.1)
|
redcarpet (3.5.1)
|
||||||
redis (4.3.1)
|
redis (4.5.1)
|
||||||
regexp_parser (2.1.1)
|
regexp_parser (2.1.1)
|
||||||
request_store (1.5.0)
|
request_store (1.5.0)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
|
|
@ -899,7 +899,7 @@ DEPENDENCIES
|
||||||
rails-i18n (= 5.1.3)
|
rails-i18n (= 5.1.3)
|
||||||
rails-timeago (= 2.19.1)
|
rails-timeago (= 2.19.1)
|
||||||
redcarpet (= 3.5.1)
|
redcarpet (= 3.5.1)
|
||||||
redis (= 4.3.1)
|
redis (= 4.5.1)
|
||||||
responders (= 3.0.1)
|
responders (= 3.0.1)
|
||||||
rqrcode (= 2.0.0)
|
rqrcode (= 2.0.0)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue