Skip to content

Commit 6f9ff6d

Browse files
authored
chore: downgrade nokogiri (#49)
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
1 parent 982d4cc commit 6f9ff6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ GEM
6060
mini_mime (1.1.5)
6161
mini_portile2 (2.8.7)
6262
minitest (5.25.1)
63-
nokogiri (1.16.7)
63+
nokogiri (1.15.6)
6464
mini_portile2 (~> 2.8.2)
6565
racc (~> 1.4)
6666
parallel (1.19.1)
@@ -119,4 +119,4 @@ DEPENDENCIES
119119
rubocop
120120

121121
BUNDLED WITH
122-
2.0.2
122+
2.4.9

0 commit comments

Comments
 (0)