Skip to content

Commit 7253cac

Browse files
committed
Bump Nokogiri to 1.13.3, previous version don't support Ruby 3.1:
- I was trying to work on Rails using Ruby 3.1 but the locked bundler dependencies didn't resolve. The previously locked version of Nokogiri (v1.12.5) has a constraint on Ruby `[">= 2.5".freeze, "< 3.1.dev".freeze]`. Things works correctly on CI now because the Gemfile.lock get deleted https://github.com/rails/buildkite-config/blob/ed61405b4b52f480a49e3556ccc50ce0dcbda31d/Dockerfile#L134 Bumping to 1.13.3 as that's what CI uses anyway
1 parent 6719f02 commit 7253cac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ GEM
331331
method_source (1.0.0)
332332
mini_magick (4.11.0)
333333
mini_mime (1.1.2)
334-
mini_portile2 (2.6.1)
334+
mini_portile2 (2.8.0)
335335
minitest (5.15.0)
336336
minitest-bisect (1.5.1)
337337
minitest-server (~> 1.0)
@@ -367,12 +367,12 @@ GEM
367367
net-protocol
368368
timeout
369369
nio4r (2.5.8)
370-
nokogiri (1.12.5)
371-
mini_portile2 (~> 2.6.1)
370+
nokogiri (1.13.3)
371+
mini_portile2 (~> 2.8.0)
372372
racc (~> 1.4)
373-
nokogiri (1.12.5-x86_64-darwin)
373+
nokogiri (1.13.3-x86_64-darwin)
374374
racc (~> 1.4)
375-
nokogiri (1.12.5-x86_64-linux)
375+
nokogiri (1.13.3-x86_64-linux)
376376
racc (~> 1.4)
377377
os (1.1.4)
378378
parallel (1.21.0)

0 commit comments

Comments
 (0)