Skip to content

Commit

Permalink
Update Ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sul-devops-team committed Dec 2, 2024
1 parent 5a3f7cc commit d78ac62
Showing 1 changed file with 24 additions and 21 deletions.
45 changes: 24 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ GEM
citeproc-ruby (1.1.14)
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
cocina-models (0.99.0)
cocina-models (0.99.1)
activesupport
deprecation
dry-struct (~> 1.0)
Expand All @@ -148,10 +148,10 @@ GEM
thor
zeitwerk (~> 2.1)
coderay (1.1.3)
commonmarker (1.1.5)
commonmarker (2.0.1)
rb_sys (~> 0.9)
commonmarker (1.1.5-x86_64-darwin)
commonmarker (1.1.5-x86_64-linux)
commonmarker (2.0.1-x86_64-darwin)
commonmarker (2.0.1-x86_64-linux)
concurrent-ruby (1.3.4)
config (5.5.2)
deep_merge (~> 1.2, >= 1.2.1)
Expand All @@ -174,12 +174,12 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.0)
date (3.4.1)
deep_merge (1.2.2)
deprecation (1.1.0)
activesupport
diff-lcs (1.5.1)
dlss-capistrano (5.2.0)
dlss-capistrano (5.3.0)
bcrypt_pbkdf
capistrano (~> 3.0)
capistrano-bundle_audit (>= 0.3.0)
Expand Down Expand Up @@ -213,8 +213,8 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
ed25519 (1.3.0)
edtf (3.1.1)
activesupport (>= 3.0, < 8.0)
edtf (3.2.0)
activesupport (>= 3.0, < 9.0)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubi (1.13.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
hana (1.3.7)
hashdiff (1.1.2)
hashie (5.0.0)
honeybadger (5.24.0)
honeybadger (5.26.0)
logger
htmlentities (4.3.4)
httpclient (2.8.3)
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -313,7 +313,7 @@ GEM
mysql2 (0.5.6)
namae (1.2.0)
racc (~> 1.7)
net-http (0.5.0)
net-http (0.6.0)
uri
net-imap (0.5.1)
date
Expand Down Expand Up @@ -365,7 +365,8 @@ GEM
pry-doc (1.5.0)
pry (~> 0.11)
yard (~> 0.9.11)
psych (5.2.0)
psych (5.2.1)
date
stringio
public_suffix (6.0.1)
racc (1.8.1)
Expand Down Expand Up @@ -418,8 +419,8 @@ GEM
rb_sys (0.9.103)
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.11)
regexp_parser (2.9.3)
reline (0.5.12)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -447,17 +448,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -477,7 +478,7 @@ GEM
rubocop-rspec (~> 3, >= 3.0.1)
ruby-prof (1.7.1)
ruby-progressbar (1.13.0)
securerandom (0.3.2)
securerandom (0.4.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -518,7 +519,9 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
urn (2.0.2)
useragent (0.16.10)
Expand All @@ -529,7 +532,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.0)
webrick (1.9.1)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down

0 comments on commit d78ac62

Please sign in to comment.