Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

chore(deps): bump redis from 4.2.2 to 4.3.1 #2320

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'bootsnap', require: false
gem 'puma'
gem 'rails', github: 'rails/rails'
gem 'redis', '~> 4.2'
gem 'redis', '~> 4.3'
gem 'sidekiq'

# database
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
Expand Down Expand Up @@ -377,7 +379,7 @@ GEM
ffi (~> 1.0)
recaptcha (5.6.0)
json
redis (4.2.2)
redis (4.3.1)
regexp_parser (1.8.2)
rein (5.1.0)
activerecord (>= 4.0.0)
Expand Down Expand Up @@ -554,7 +556,7 @@ DEPENDENCIES
rack-mini-profiler
rails!
recaptcha
redis (~> 4.2)
redis (~> 4.3)
rein (>= 5.1.0)
rollbar
rubocop
Expand Down