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

Commit

Permalink
Gemfile: simplify dor_indexing version specification (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-sul authored Jan 26, 2024
1 parent c7dc853 commit 7287bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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', '>= 1.2.0'
gem 'dor_indexing', '~> 1.2'
gem 'dor-services-client', '~> 14.1'
gem 'dor-workflow-client', '~> 7.0'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ DEPENDENCIES
dlss-capistrano
dor-services-client (~> 14.1)
dor-workflow-client (~> 7.0)
dor_indexing (~> 1.1, >= 1.2.0)
dor_indexing (~> 1.2)
dry-monads (~> 1.3)
erubis
faraday
Expand Down

0 comments on commit 7287bb7

Please sign in to comment.