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 794edbd.

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 website, because there is no
user-supplied input to nokogiri at any point in the live site.

Gemfile.lock should not be manually edited, it should always go
through Gemfile so dependencies can be checked by Bundler.

Signed-off-by: Indan Zupancic <[email protected]>
  • Loading branch information
Indanz committed Apr 26, 2024
1 parent 4c71e89 commit 77ad01c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,26 +60,26 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.16.3-aarch64-linux)
nokogiri (1.15.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.0)
safe_yaml (1.0.5)
sass-embedded (1.63.6-aarch64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.63.6-x86_64-linux-gnu)
sass-embedded (1.63.6)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
typhoeus (1.4.1)
Expand Down

0 comments on commit 77ad01c

Please sign in to comment.