Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix redlock
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Nov 15, 2023
1 parent b6cf02d commit 4009c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ gem 'hyrax-v2_graph_indexer', git: 'https://github.com/scientist-softserv/hyrax-
gem 'iiif_print', git: 'https://github.com/scientist-softserv/iiif_print.git', branch: 'main'
gem 'order_already'
gem 'redis', '~> 4.0'
gem 'redlock', '~> 1.2.1'
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,10 @@ GEM
redic (1.5.3)
hiredis
redis (4.8.1)
redis-client (0.18.0)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
redlock (2.0.6)
redis-client (>= 0.14.1, < 1.0.0)
redlock (1.2.2)
redis (>= 3.0.0, < 5.0)
regexp_parser (1.7.1)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down Expand Up @@ -1214,6 +1212,7 @@ DEPENDENCIES
rails (~> 5.2.5)
rails-controller-testing
redis (~> 4.0)
redlock (~> 1.2.1)
riiif (~> 1.1)
rolify
rsolr (~> 2.0)
Expand Down

0 comments on commit 4009c34

Please sign in to comment.