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

Commit

Permalink
Merge pull request #1095 from sul-dlss/dor_indexing-1.2.0
Browse files Browse the repository at this point in the history
use dor_indexing v1.2.0 and cocina-models 0.94.2
  • Loading branch information
jmartin-sul authored Jan 26, 2024
2 parents 26f1da2 + 7ef40a0 commit c7dc853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'sneakers', '~> 2.11'
gem 'solrizer'

# DLSS gems
gem 'dor_indexing', '~> 1.1'
gem 'dor_indexing', '~> 1.1', '>= 1.2.0'
gem 'dor-services-client', '~> 14.1'
gem 'dor-workflow-client', '~> 7.0'

Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-shared_configs (0.2.2)
cocina-models (0.94.0)
cocina-models (0.94.2)
activesupport
deprecation
dry-struct (~> 1.0)
Expand Down Expand Up @@ -154,8 +154,9 @@ GEM
faraday-retry (~> 2.0)
nokogiri (~> 1.6)
zeitwerk (~> 2.1)
dor_indexing (1.1.1)
cocina-models (~> 0.94.0)
dor_indexing (1.2.0)
cocina-models (~> 0.94.1)
dor-workflow-client (~> 7.0)
honeybadger
marc-vocab (~> 0.3.0)
solrizer
Expand Down Expand Up @@ -463,7 +464,7 @@ DEPENDENCIES
dlss-capistrano
dor-services-client (~> 14.1)
dor-workflow-client (~> 7.0)
dor_indexing (~> 1.1)
dor_indexing (~> 1.1, >= 1.2.0)
dry-monads (~> 1.3)
erubis
faraday
Expand Down

0 comments on commit c7dc853

Please sign in to comment.