Skip to content

Commit

Permalink
chore: downgrade nokogiri (#49)
Browse files Browse the repository at this point in the history
The current version of `nokogiri` requires at least Ruby 3.0 but we test
against Ruby 2.7 - this does technically reintroduce a vulnerability
(GHSA-r95h-9x8f-r3f7) which has only been patched in v1.16, but we can
deal with that once we've gotten CI passing again
  • Loading branch information
G-Rath authored Aug 22, 2024
1 parent 982d4cc commit 6f9ff6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
nokogiri (1.16.7)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.19.1)
Expand Down Expand Up @@ -119,4 +119,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
2.0.2
2.4.9

0 comments on commit 6f9ff6d

Please sign in to comment.