Skip to content

Commit

Permalink
Merge pull request #929 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
corylown authored Nov 7, 2022
2 parents 79e8762 + 4d2eee7 commit 90d5906
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-shared_configs (0.2.2)
capybara (3.37.1)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -139,41 +139,37 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dor-rights-auth (1.7.0)
nokogiri
dry-configurable (0.16.1)
dry-core (~> 0.6)
dry-configurable (1.0.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
dry-core (0.9.1)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (0.3.0)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.3.0)
dry-logic (1.4.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.9, >= 0.9)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.11.3)
dry-schema (1.12.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.16, >= 0.16)
dry-core (~> 0.9, >= 0.9)
dry-configurable (~> 1.0, < 2)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (~> 1.3)
dry-types (~> 1.6)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.6.1)
dry-types (1.7.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.9, >= 0.9)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.3, >= 1.3)
dry-core (~> 1.0, < 2)
dry-inflector (~> 1.0, < 2)
dry-logic (>= 1.4, < 2)
zeitwerk (~> 2.6)
dry-validation (1.9.0)
dry-validation (1.10.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.9, >= 0.9)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-schema (~> 1.11, >= 1.11.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
erubi (1.11.0)
execjs (2.8.1)
Expand All @@ -188,7 +184,7 @@ GEM
globalid (1.0.0)
activesupport (>= 5.0)
hashdiff (1.0.1)
honeybadger (5.0.1)
honeybadger (5.0.2)
http (5.1.0)
addressable (~> 2.8)
http-cookie (~> 1.0)
Expand Down Expand Up @@ -292,7 +288,7 @@ GEM
ffi (~> 1.0)
redis (5.0.5)
redis-client (>= 0.9.0)
redis-client (0.10.0)
redis-client (0.11.1)
connection_pool
regexp_parser (2.6.0)
reline (0.3.1)
Expand Down Expand Up @@ -354,7 +350,7 @@ GEM
scss-lint (0.38.0)
rainbow (~> 2.0)
sass (~> 3.4.1)
selenium-webdriver (4.5.0)
selenium-webdriver (4.6.1)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -407,7 +403,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.1)
zeitwerk (2.6.5)
zip_tricks (5.6.0)
zipline (1.5.0)
actionpack (>= 6.0, < 8.0)
Expand Down

0 comments on commit 90d5906

Please sign in to comment.