Skip to content

Commit

Permalink
update config gem, fixes gh-66
Browse files Browse the repository at this point in the history
  • Loading branch information
stkenny committed Dec 6, 2024
1 parent 0beca92 commit 979ccb2
Showing 1 changed file with 12 additions and 29 deletions.
41 changes: 12 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
jbuilder (~> 2.7)
kaminari (>= 0.15)
ostruct (>= 0.3.2)
rails (>= 5.1, < 7.2)
rails (>= 5.1, < 7.3)
view_component (>= 2.66, < 4)
blacklight-access_controls (6.0.1)
blacklight (> 6.0, < 8)
Expand Down Expand Up @@ -312,9 +312,9 @@ GEM
clamby (1.6.10)
clipboard-rails (1.7.1)
concurrent-ruby (1.3.4)
config (4.2.1)
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
ostruct
connection_pool (2.4.1)
crass (1.0.6)
csl (2.0.0)
Expand Down Expand Up @@ -366,7 +366,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.0)
date (3.4.1)
debug_inspector (1.1.0)
declarative (0.0.20)
deep_merge (1.2.2)
Expand Down Expand Up @@ -397,27 +397,15 @@ GEM
faraday (< 3.0)
oauth2 (~> 1.1)
druid-tools (3.0.0)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.2)
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.1.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-struct (1.6.0)
dry-core (~> 1.0, < 2)
dry-types (>= 1.7, < 2)
Expand All @@ -430,12 +418,6 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dry-validation (1.10.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
ebnf (2.4.0)
htmlentities (~> 4.3)
rdf (~> 3.3)
Expand Down Expand Up @@ -599,7 +581,7 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
io-console (0.8.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
Expand Down Expand Up @@ -701,7 +683,7 @@ GEM
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -720,7 +702,7 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
minitar (0.9)
minitest (5.25.2)
minitest (5.25.4)
moab-versioning (4.4.2)
druid-tools (>= 1.0.0)
json
Expand Down Expand Up @@ -804,7 +786,8 @@ GEM
racc
parslet (2.0.0)
popper_js (2.11.8)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
qa (5.13.0)
Expand Down Expand Up @@ -951,7 +934,7 @@ GEM
activemodel (>= 5.0)
reform (>= 2.3.1, < 3.0.0)
regexp_parser (2.8.1)
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
remotipart (1.4.4)
representable (3.2.0)
Expand Down Expand Up @@ -1060,7 +1043,7 @@ GEM
sassc-embedded (1.69.1)
sass-embedded (~> 1.69)
scanf (1.0.0)
securerandom (0.3.2)
securerandom (0.4.0)
seedbank (0.5.0)
rake (>= 10.0)
selenium-webdriver (4.13.1)
Expand Down Expand Up @@ -1193,7 +1176,7 @@ GEM
method_source (~> 1.0)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.9.0)
webrick (1.9.1)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down

0 comments on commit 979ccb2

Please sign in to comment.