Skip to content

Commit

Permalink
Merge pull request #511 from psu-libraries/510-sec-vulns
Browse files Browse the repository at this point in the history
security vulnerability upgrades
  • Loading branch information
Smullz622 authored Jul 2, 2024
2 parents c8b5965 + a02b75e commit c8e2ecd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ GEM
method_source (1.0.0)
mini_mime (1.1.0)
multipart-post (2.1.1)
nokogiri (1.16.2-java)
nokogiri (1.16.6-java)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
Expand All @@ -132,16 +132,17 @@ GEM
pry (>= 0.13, < 0.14)
ruby-debug-base (>= 0.10.4, < 0.12)
public_suffix (4.0.6)
racc (1.7.3)
racc (1.7.3-java)
racc (1.8.0)
racc (1.8.0-java)
rainbow (3.1.1)
rake (13.0.3)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.8.0)
rexml (3.2.5)
rexml (3.3.1)
strscan
rsolr (2.3.0)
builder (>= 2.1.2)
faraday (>= 0.9.0)
Expand Down Expand Up @@ -198,6 +199,8 @@ GEM
slop (4.9.1)
spoon (0.0.6)
ffi
strscan (3.1.0)
strscan (3.1.0-java)
traject (3.5.0)
concurrent-ruby (>= 0.8.0)
dot-properties (>= 0.1.1)
Expand Down Expand Up @@ -233,6 +236,7 @@ PLATFORMS
universal-java-15
universal-java-17
universal-java-19
universal-java-21
x86_64-darwin-20
x86_64-linux

Expand Down

0 comments on commit c8e2ecd

Please sign in to comment.