Skip to content

Commit

Permalink
replace hiredis gem with hiredis-client
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Oct 25, 2023
1 parent fac354e commit 8f757f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ gem 'rack-rewrite'
gem 'rack-timeout'
gem 'roadie-rails'

gem 'hiredis'
gem 'hiredis-client'
gem 'puma'
gem 'redis', '>= 4.0', require: ['redis', 'redis/connection/hiredis']
gem 'redis', '>= 5.0', require: 'hiredis-client'
gem 'sidekiq'
gem 'sidekiq-scheduler'

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ GEM
hashery (2.1.2)
hashie (5.0.0)
highline (2.0.3)
hiredis (0.6.3)
hiredis-client (0.17.0)
redis-client (= 0.17.0)
htmlentities (4.3.4)
httpclient (2.8.3)
i18n (1.14.1)
Expand Down Expand Up @@ -564,7 +565,8 @@ GEM
rdf (3.2.11)
link_header (~> 0.0, >= 0.0.8)
redcarpet (3.6.0)
redis (4.8.1)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.17.0)
connection_pool
regexp_parser (2.8.2)
Expand Down Expand Up @@ -839,7 +841,7 @@ DEPENDENCIES
good_migrations
haml
highline (= 2.0.3)
hiredis
hiredis-client
i18n
i18n-js (~> 3.9.0)
image_processing
Expand Down Expand Up @@ -883,7 +885,7 @@ DEPENDENCIES
rails_safe_tasks (~> 1.0)
ransack (~> 2.6.0)
redcarpet
redis (>= 4.0)
redis (>= 5.0)
responders
rexml
roadie-rails
Expand Down

0 comments on commit 8f757f6

Please sign in to comment.