Skip to content

Commit

Permalink
Merge pull request #1302 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
jcoyne authored Jan 16, 2024
2 parents 2e065a5 + ae3c770 commit e4bab0d
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.5.0)
airbrussh (1.5.1)
sshkit (>= 1.6.1, != 1.7.0)
ast (2.4.2)
base64 (0.2.0)
Expand Down Expand Up @@ -80,7 +80,7 @@ GEM
capistrano-one_time_key
capistrano-shared_configs
docile (1.4.0)
domain_name (0.6.20231109)
domain_name (0.6.20240107)
dor-rights-auth (1.8.0)
nokogiri
dot-properties (0.1.4)
Expand Down Expand Up @@ -144,9 +144,9 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.1)
irb (1.11.0)
irb (1.11.1)
rdoc
reline (>= 0.3.8)
reline (>= 0.4.2)
iso-639 (0.3.6)
json (2.7.1)
jsonpath (1.1.5)
Expand All @@ -165,7 +165,7 @@ GEM
marc-fastxmlwriter (1.1.0)
marc (~> 1.0)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.1)
mods (3.0.4)
edtf (~> 3.0)
iso-639
Expand All @@ -180,6 +180,8 @@ GEM
mutex_m (0.2.0)
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-ssh (7.2.1)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
Expand All @@ -189,7 +191,7 @@ GEM
i18n
nokogiri
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.0.3)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -228,7 +230,7 @@ GEM
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
reline (0.4.2)
io-console (~> 0.5)
retriable (3.1.2)
Expand All @@ -246,11 +248,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.59.0)
rubocop (1.60.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -271,9 +273,10 @@ GEM
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
slop (4.10.1)
sshkit (1.21.7)
sshkit (1.22.0)
mutex_m
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
stanford-mods (3.3.9)
activesupport
Expand Down Expand Up @@ -303,7 +306,7 @@ GEM
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (2.5.0)
view_component (3.9.0)
view_component (3.10.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
Expand Down

0 comments on commit e4bab0d

Please sign in to comment.