Skip to content

Commit

Permalink
Add redis gem too w/ hiredis requires
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Nov 5, 2023
1 parent f8b9383 commit e0433bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ end
group :production do
gem 'aws-sdk-s3', require: false
gem 'hiredis'
gem "redis", require: ["redis", "redis/connection/hiredis"]
end

group :development, :test do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.6.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.1)
Expand Down Expand Up @@ -363,6 +365,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.0.8)
redcarpet (>= 3.2.3)
redis
rspec-rails (~> 6.0)
selenium-webdriver (~> 4.14)
sidekiq (< 8)
Expand Down

0 comments on commit e0433bb

Please sign in to comment.