Skip to content

Commit

Permalink
Merge pull request #1531 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dnoneill authored Oct 28, 2024
2 parents a36e2da + a7d38ac commit bb94a8a
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (7.2.1.1)
actionview (= 7.2.1.1)
activesupport (= 7.2.1.1)
actionpack (7.2.1.2)
actionview (= 7.2.1.2)
activesupport (= 7.2.1.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
Expand All @@ -12,13 +12,13 @@ GEM
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (7.2.1.1)
activesupport (= 7.2.1.1)
actionview (7.2.1.2)
activesupport (= 7.2.1.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.2.1.1)
activesupport (7.2.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
rake
hashdiff (1.1.1)
hashie (5.0.0)
honeybadger (5.16.0)
honeybadger (5.18.0)
logger
http (5.2.0)
addressable (~> 2.8)
Expand All @@ -176,15 +176,15 @@ GEM
reline (>= 0.4.2)
iso-639 (0.3.8)
csv
json (2.7.2)
json (2.7.4)
jsonpath (1.1.5)
multi_json
language_server-protocol (3.17.0.3)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
marc (1.2.0)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
racc
patience_diff (1.2.0)
optimist (~> 3.0)
pg (1.5.8)
pg (1.5.9)
psych (5.1.2)
stringio
public_suffix (6.0.1)
Expand All @@ -258,9 +258,9 @@ GEM
actionview (> 3.1)
activesupport (> 3.1)
railties (> 3.1)
railties (7.2.1.1)
actionpack (= 7.2.1.1)
activesupport (= 7.2.1.1)
railties (7.2.1.2)
actionpack (= 7.2.1.2)
activesupport (= 7.2.1.2)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -275,7 +275,7 @@ GEM
reline (0.5.10)
io-console (~> 0.5)
retriable (3.1.2)
rexml (3.3.8)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -350,8 +350,8 @@ GEM
unf (0.2.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
view_component (3.18.0)
activesupport (>= 5.2.0, < 8.0)
view_component (3.19.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
webmock (3.24.0)
Expand Down

0 comments on commit bb94a8a

Please sign in to comment.