Skip to content

Commit

Permalink
Revert "deps: bump nokogiri from 1.15.5 to 1.16.3"
Browse files Browse the repository at this point in the history
This reverts commit 5b8af67.

nokogiri-1.16.3 requires >= ruby 3.0, which breaks the sel4webserver
demo build (the VM only has ruby 2.7). The security issue addressd in
this version bump is not relevant for the docsite, because there is no
user-supplied input to nokogiri at any point in the live site.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored and Indanz committed Apr 9, 2024
1 parent 5b8af67 commit 796c552
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.5)
nokogiri (1.16.3)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
Expand All @@ -81,9 +81,6 @@ GEM
sass-embedded (1.54)
google-protobuf (~> 3.19)
rake (>= 10.0.0)
sass-embedded (1.54.0)
google-protobuf (~> 3.19)
rake (>= 10.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
Expand Down

0 comments on commit 796c552

Please sign in to comment.