Skip to content

Commit

Permalink
Merge pull request #758 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
aaron-collier authored Dec 30, 2024
2 parents 0353307 + 42aaa60 commit 9e1eb62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
cocina-models (0.99.1)
activesupport
commonmarker (= 2.0.1)
deprecation
dry-struct (~> 1.0)
dry-types (~> 1.1)
Expand Down Expand Up @@ -37,7 +38,7 @@ GEM
attr_extras (7.1.0)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
byebug (11.1.3)
committee (5.0.0)
json_schema (~> 0.14, >= 0.14.3)
Expand Down Expand Up @@ -89,7 +90,7 @@ GEM
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
nokogiri (1.17.2)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
openapi3_parser (0.10.0)
Expand All @@ -106,8 +107,8 @@ GEM
rack (3.1.8)
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.104)
regexp_parser (2.9.3)
rb_sys (0.9.105)
regexp_parser (2.10.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -163,7 +164,7 @@ GEM
thor (1.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand Down
1 change: 1 addition & 0 deletions cocina-models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0'

spec.add_dependency 'activesupport'
spec.add_dependency 'commonmarker', '2.0.1' # There is a breaking change in 2.0.2 with openapi3_parser
spec.add_dependency 'deprecation'
spec.add_dependency 'dry-struct', '~> 1.0'
spec.add_dependency 'dry-types', '~> 1.1'
Expand Down

0 comments on commit 9e1eb62

Please sign in to comment.