Skip to content

Commit

Permalink
Merge pull request #918 from pod4lib/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
corylown authored Oct 17, 2022
2 parents 9e43eb9 + 42a1697 commit 85530a3
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 125 deletions.
59 changes: 32 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
parser (>= 2.4)
smart_properties
bindex (0.8.1)
bootstrap (5.2.1)
bootstrap (5.2.2)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.6, < 3)
sassc-rails (>= 2.0.0)
Expand Down Expand Up @@ -164,37 +164,42 @@ GEM
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-configurable (0.16.0)
dry-configurable (0.16.1)
dry-core (~> 0.6)
zeitwerk (~> 2.6)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
dry-core (0.8.1)
dry-core (0.9.0)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (0.3.0)
dry-initializer (3.1.1)
dry-logic (1.2.0)
dry-logic (1.3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-schema (1.10.6)
dry-core (~> 0.9, >= 0.9)
zeitwerk (~> 2.6)
dry-schema (1.11.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (~> 0.5, >= 0.5)
dry-configurable (~> 0.16, >= 0.16)
dry-core (~> 0.9, >= 0.9)
dry-initializer (~> 3.0)
dry-logic (~> 1.2)
dry-types (~> 1.5)
dry-types (1.5.1)
dry-logic (~> 1.3)
dry-types (~> 1.6)
zeitwerk (~> 2.6)
dry-types (1.6.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-core (~> 0.9, >= 0.9)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-validation (1.8.1)
dry-logic (~> 1.3, >= 1.3)
zeitwerk (~> 2.6)
dry-validation (1.9.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.5, >= 0.5)
dry-core (~> 0.9, >= 0.9)
dry-initializer (~> 3.0)
dry-schema (~> 1.8, >= 1.8.0)
dry-schema (~> 1.11, >= 1.11.0)
zeitwerk (~> 2.6)
errbase (0.2.2)
erubi (1.11.0)
execjs (2.8.1)
Expand Down Expand Up @@ -304,7 +309,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
pg (1.4.3)
pg (1.4.4)
popper_js (2.11.6)
public_suffix (5.0.0)
puma (5.6.5)
Expand Down Expand Up @@ -372,14 +377,14 @@ GEM
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-rails (6.0.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.11)
rspec-expectations (~> 3.11)
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.11.1)
rubocop (1.36.0)
json (~> 2.3)
Expand Down Expand Up @@ -445,9 +450,9 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.2)
sqlite3 (1.5.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.2-x86_64-darwin)
sqlite3 (1.5.3-x86_64-darwin)
sshkit (1.21.3)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
Expand Down
Loading

0 comments on commit 85530a3

Please sign in to comment.