Skip to content

Commit

Permalink
Merge pull request #5673 from avalonmediasystem/runnable_reindex
Browse files Browse the repository at this point in the history
Install gems needed for reindex script
  • Loading branch information
cjcolvar authored Feb 16, 2024
2 parents 43c4fc5 + 289ada0 commit 23646c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ gem 'jbuilder', '~> 2.0'
gem 'parallel'
gem 'with_locking'

# Reindexing script
gem 'sequel'
gem 'httpx'

group :development do
gem 'capistrano', '~>3.6'
gem 'capistrano-passenger', require: false
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.18)
bigdecimal (3.1.6)
bindex (0.8.1)
bixby (5.0.2)
rubocop (= 1.28.2)
Expand Down Expand Up @@ -464,6 +465,7 @@ GEM
hooks (0.4.1)
uber (~> 0.0.14)
htmlentities (4.3.4)
http-2-next (1.0.3)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
Expand All @@ -475,6 +477,8 @@ GEM
http-form_data (2.3.0)
http_logger (0.7.0)
httpclient (2.8.3)
httpx (1.2.2)
http-2-next (>= 1.0.3)
hydra-access-controls (12.1.0)
active-fedora (>= 10.0.0)
activesupport (>= 5.2, < 7.1)
Expand Down Expand Up @@ -848,6 +852,8 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (3.0.0)
sequel (5.77.0)
bigdecimal
shakapacker (7.0.2)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -1031,6 +1037,7 @@ DEPENDENCIES
google-analytics-rails (= 1.1.0)
hashdiff (>= 1.0)
hooks
httpx
hydra-head (~> 12.0)
iconv (~> 1.0.6)
iiif_manifest (>= 1.4.0)
Expand Down Expand Up @@ -1082,6 +1089,7 @@ DEPENDENCIES
samvera-persona (~> 0.4, >= 0.4.1)
sass (= 3.4.22)
selenium-webdriver
sequel
shakapacker
shoulda-matchers
sidekiq (~> 6.2)
Expand Down

0 comments on commit 23646c3

Please sign in to comment.