Skip to content

Commit

Permalink
Documentation is a... lie?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfierke committed Nov 5, 2023
1 parent e0433bb commit a87e431
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ end

group :production do
gem 'aws-sdk-s3', require: false
gem 'hiredis'
gem "redis", require: ["redis", "redis/connection/hiredis"]
gem 'redis'
gem 'hiredis-client'
end

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

0 comments on commit a87e431

Please sign in to comment.