Skip to content

Commit

Permalink
Restore redis gem to the bundle
Browse files Browse the repository at this point in the history
There is code in shared_configs that relies on this
  • Loading branch information
jcoyne committed Jan 20, 2023
1 parent 8450cec commit 3f49b11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'

# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

Expand Down Expand Up @@ -137,3 +135,6 @@ gem 'acts-as-taggable-on'
gem 'mods_display', '~> 1.0'
gem 'slack-ruby-client'
gem 'blacklight-oembed', '~> 1.0'

# Used for shared reporting https://github.com/sul-dlss/exhibits/issues/2069
gem 'redis', '~> 5.0'
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.12.1)
connection_pool
regexp_parser (2.6.1)
Expand Down Expand Up @@ -840,6 +842,7 @@ DEPENDENCIES
rack-mini-profiler
rails (~> 7.0)
rails-controller-testing
redis (~> 5.0)
riiif
rsolr
rspec-rails
Expand Down

0 comments on commit 3f49b11

Please sign in to comment.