Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dor-services-client. #722

Merged
merged 1 commit into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'uglifier' # compressor for JavaScript assets
# Stanford gems
gem 'assembly-image', '~> 1.7'
gem 'assembly-objectfile', '~> 1.10'
gem 'dor-services-client', '~> 6.0'
gem 'dor-services-client', '~> 6.13'
gem 'dor-workflow-client'
gem 'druid-tools'

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
cocina-models (0.40.1)
cocina-models (0.41.0)
activesupport
dry-struct (~> 1.0)
dry-types (~> 1.1)
Expand Down Expand Up @@ -154,9 +154,9 @@ GEM
capistrano-one_time_key
capistrano-shared_configs
docile (1.3.2)
dor-services-client (6.12.0)
dor-services-client (6.13.0)
activesupport (>= 4.2, < 7)
cocina-models (~> 0.40.1)
cocina-models (~> 0.41.0)
deprecation
faraday (>= 0.15, < 2)
moab-versioning (~> 4.0)
Expand Down Expand Up @@ -479,7 +479,7 @@ DEPENDENCIES
devise
devise-remote-user
dlss-capistrano (~> 3.8)
dor-services-client (~> 6.0)
dor-services-client (~> 6.13)
dor-workflow-client
druid-tools
equivalent-xml
Expand Down