Skip to content

Commit

Permalink
Security updates: nokogiri, puma and jquery-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Apr 28, 2024
1 parent d0bf007 commit b0d4a94
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
cookiejar (0.3.3)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
httpclient (2.8.3)
huginn_agent (0.6.1)
thor
i18n (1.13.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
jquery-rails (4.2.2)
Expand Down Expand Up @@ -481,7 +481,7 @@ GEM
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.2.8)
Expand All @@ -495,7 +495,7 @@ GEM
memoist (0.16.2)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (1.0.0)
method_source (1.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
Expand All @@ -504,10 +504,10 @@ GEM
rake
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
mini_portile2 (2.8.6)
mini_racer (0.6.3)
libv8-node (~> 16.10.0.0)
minitest (5.18.0)
minitest (5.22.3)
mqtt (0.6.0)
msgpack (1.7.2)
multi_json (1.15.0)
Expand All @@ -534,16 +534,16 @@ GEM
net-ssh (7.1.0)
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.15.2)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.2-aarch64-linux)
nokogiri (1.16.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down Expand Up @@ -600,11 +600,11 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.1)
puma (6.2.2)
puma (6.4.2)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.7)
racc (1.7.3)
rack (2.2.9)
rack-livereload (0.5.1)
rack
rack-protection (3.0.6)
Expand All @@ -630,11 +630,13 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.7.3)
actionpack (= 6.1.7.3)
activesupport (= 6.1.7.3)
Expand All @@ -643,7 +645,7 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
raindrops (0.20.1)
rake (13.0.6)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -786,7 +788,7 @@ GEM
net-ssh (>= 2.8.0)
terser (1.1.15)
execjs (>= 0.3.0, < 3)
thor (1.2.2)
thor (1.3.1)
thread_safe (0.3.6)
tilt (2.1.0)
time (0.2.2)
Expand Down Expand Up @@ -835,7 +837,7 @@ GEM
xmpp4r (0.5.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.8)
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux
Expand Down

0 comments on commit b0d4a94

Please sign in to comment.