Update gem "redis"
This commit is contained in:
parent
19f38d5866
commit
51cc9d67f4
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -30,7 +30,7 @@ gem 'turbolinks', '~> 5'
|
|||
# gem 'jbuilder', '~> 2.5'
|
||||
|
||||
# Use Redis adapter to run Action Cable in production.
|
||||
gem 'redis', '~> 4.0'
|
||||
gem 'redis', '~> 4.1'
|
||||
|
||||
# Use ActiveModel has_secure_password.
|
||||
gem 'bcrypt', '~> 3.1'
|
||||
|
|
|
@ -484,7 +484,7 @@ DEPENDENCIES
|
|||
rails-erd (~> 1.5)
|
||||
rails-i18n (~> 6.0.0.beta1)
|
||||
recaptcha (~> 4.13)
|
||||
redis (~> 4.0)
|
||||
redis (~> 4.1)
|
||||
rest-client (~> 2.0)
|
||||
rolify (~> 5.2)
|
||||
rspec-rails (~> 3.8)
|
||||
|
|
Reference in a new issue