Commit 25531b7
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| 476 | + | |
476 | 477 | | |
477 | 478 | | |
478 | 479 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
226 | 230 | | |
227 | 231 | | |
228 | 232 | | |
| |||
463 | 467 | | |
464 | 468 | | |
465 | 469 | | |
| 470 | + | |
| 471 | + | |
466 | 472 | | |
| 473 | + | |
| 474 | + | |
467 | 475 | | |
468 | 476 | | |
469 | 477 | | |
| |||
0 commit comments