Skip to content

Commit

Permalink
Update cocina models and DSC.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Feb 21, 2025
1 parent e71607b commit d0314f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'rails', '~> 7.2.1'

# DLSS/domain-specific dependencies
gem 'cocina-models', '~> 0.99.0'
gem 'cocina-models', '~> 0.100.0'
gem 'datacite', '~> 0.3.0'
gem 'dor-workflow-client', '~> 7.6'
gem 'druid-tools', '~> 2.2'
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ GEM
attr_extras (7.1.0)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
benchmark (0.4.0)
bigdecimal (3.1.9)
bootsnap (1.18.4)
Expand Down Expand Up @@ -120,7 +118,7 @@ GEM
capistrano-bundler (>= 1.1, < 3)
capistrano-shared_configs (0.2.2)
chronic (0.10.2)
cocina-models (0.99.4)
cocina-models (0.100.0)
activesupport
deprecation
dry-struct (~> 1.0)
Expand Down Expand Up @@ -172,9 +170,9 @@ GEM
ed25519
docile (1.4.1)
domain_name (0.6.20240107)
dor-services-client (15.4.0)
dor-services-client (15.5.0)
activesupport (>= 7.0.0)
cocina-models (~> 0.99.0)
cocina-models (~> 0.100.0)
deprecation
faraday (~> 2.0)
faraday-retry
Expand Down Expand Up @@ -608,7 +606,7 @@ DEPENDENCIES
capistrano-passenger
capistrano-rails
capistrano-shared_configs
cocina-models (~> 0.99.0)
cocina-models (~> 0.100.0)
committee
config
csv
Expand Down

0 comments on commit d0314f1

Please sign in to comment.