Skip to content

Commit 25531b7

Browse files
authored
Add darwin platforms to lockfiles (#356)
Bundle install on macOS (arm64) failed because Gemfile.next.lock only listed `ruby` and `x86_64-linux` platforms, forcing a source build of nokogiri which fails locally (missing nokogiri_gumbo.h). Add arm64-darwin-23/24 and x86_64-darwin-21/22 to Gemfile.next.lock (matching Gemfile.lock) and bring Gemfile.lock current with arm64-darwin-24.
1 parent 1d74664 commit 25531b7

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ GEM
473473

474474
PLATFORMS
475475
arm64-darwin-23
476+
arm64-darwin-24
476477
x86_64-darwin-21
477478
x86_64-darwin-22
478479
x86_64-linux

Gemfile.next.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ GEM
223223
nokogiri (1.18.8)
224224
mini_portile2 (~> 2.8.2)
225225
racc (~> 1.4)
226+
nokogiri (1.18.8-arm64-darwin)
227+
racc (~> 1.4)
228+
nokogiri (1.18.8-x86_64-darwin)
229+
racc (~> 1.4)
226230
nokogiri (1.18.8-x86_64-linux-gnu)
227231
racc (~> 1.4)
228232
oauth2 (2.0.9)
@@ -463,7 +467,11 @@ GEM
463467
zeitwerk (2.7.2)
464468

465469
PLATFORMS
470+
arm64-darwin-23
471+
arm64-darwin-24
466472
ruby
473+
x86_64-darwin-21
474+
x86_64-darwin-22
467475
x86_64-linux
468476

469477
DEPENDENCIES

0 commit comments

Comments
 (0)