Skip to content

Commit

Permalink
Dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman committed Sep 9, 2019
1 parent 9ec3268 commit 9425b62
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ GEM
childprocess (2.0.0)
rake (< 13.0)
chronic (0.10.2)
cocina-models (0.1.0)
dry-struct
dry-types
zeitwerk (~> 2.1)
concurrent-ruby (1.1.5)
confstruct (0.2.7)
connection_pool (2.2.2)
Expand Down Expand Up @@ -140,8 +144,9 @@ GEM
stanford-mods-normalizer (~> 0.1)
systemu (~> 2.6)
uuidtools (~> 2.1.4)
dor-services-client (2.4.0)
dor-services-client (2.5.0)
activesupport (>= 4.2, < 7)
cocina-models (~> 0.1.0)
faraday (~> 0.15)
moab-versioning (~> 4.0)
nokogiri (~> 1.8)
Expand All @@ -156,6 +161,32 @@ GEM
retries
druid-tools (2.1.0)
deprecation
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.2)
dry-inflector (0.1.2)
dry-logic (1.0.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-struct (1.0.0)
dry-core (~> 0.4, >= 0.4.3)
dry-equalizer (~> 0.2)
dry-types (~> 1.0)
ice_nine (~> 0.11)
dry-types (1.1.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.2, >= 0.2.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
edtf (3.0.4)
activesupport (>= 3.0, < 6.0)
equivalent-xml (0.6.0)
Expand Down Expand Up @@ -183,6 +214,7 @@ GEM
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iso-639 (0.2.8)
jettywrapper (2.0.5)
activesupport (>= 3.0.0)
Expand All @@ -196,9 +228,9 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (3.2.2)
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mime-types-data (3.2019.0904)
mini_exiftool (2.9.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
Expand Down Expand Up @@ -319,7 +351,7 @@ GEM
mime-types
nokogiri
rest-client
rubyzip (1.2.3)
rubyzip (1.2.4)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -362,7 +394,7 @@ GEM
uuidtools (2.1.5)
xml-simple (1.1.5)
yard (0.9.20)
zeitwerk (2.1.9)
zeitwerk (2.1.10)

PLATFORMS
ruby
Expand Down

0 comments on commit 9425b62

Please sign in to comment.