Skip to content

Commit

Permalink
Add hiredis for production use
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Nov 5, 2023
1 parent a1ecdb0 commit f8b9383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ end

group :production do
gem 'aws-sdk-s3', require: false
gem 'hiredis'
end

group :development, :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ GEM
ruby-progressbar (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
hiredis (0.6.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
Expand Down Expand Up @@ -348,6 +349,7 @@ DEPENDENCIES
faker
friendly_id (~> 5.5.0)
fuubar
hiredis
image_processing
jsbundling-rails
kaminari
Expand Down

0 comments on commit f8b9383

Please sign in to comment.