From f8b93837110e76371cb9ff8fa65eeed3f24582ae Mon Sep 17 00:00:00 2001 From: Max Fierke Date: Sun, 5 Nov 2023 11:36:29 -0600 Subject: [PATCH] Add hiredis for production use --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 9f7c8be6..88f570ff 100644 --- a/Gemfile +++ b/Gemfile @@ -51,6 +51,7 @@ end group :production do gem 'aws-sdk-s3', require: false + gem 'hiredis' end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index f6da52bd..3f88d4e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -348,6 +349,7 @@ DEPENDENCIES faker friendly_id (~> 5.5.0) fuubar + hiredis image_processing jsbundling-rails kaminari