Skip to content

Commit 375571d

Browse files
authored
Merge pull request #1727 from alphagov/ldeb-update-bundler-platforms
Re-add linux-musl to Bundler platforms
2 parents 547a0e5 + 86629e4 commit 375571d

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Gemfile.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,20 @@ GEM
276276
nio4r (2.7.4)
277277
nokogiri (1.18.1-aarch64-linux-gnu)
278278
racc (~> 1.4)
279+
nokogiri (1.18.1-aarch64-linux-musl)
280+
racc (~> 1.4)
281+
nokogiri (1.18.1-arm-linux-gnu)
282+
racc (~> 1.4)
283+
nokogiri (1.18.1-arm-linux-musl)
284+
racc (~> 1.4)
279285
nokogiri (1.18.1-arm64-darwin)
280286
racc (~> 1.4)
281287
nokogiri (1.18.1-x86_64-darwin)
282288
racc (~> 1.4)
283289
nokogiri (1.18.1-x86_64-linux-gnu)
284290
racc (~> 1.4)
291+
nokogiri (1.18.1-x86_64-linux-musl)
292+
racc (~> 1.4)
285293
notifications-ruby-client (6.2.0)
286294
jwt (>= 1.5, < 3)
287295
oauth2 (2.0.9)
@@ -511,15 +519,13 @@ GEM
511519

512520
PLATFORMS
513521
aarch64-linux-gnu
514-
arm64-darwin-21
515-
arm64-darwin-22
516-
arm64-darwin-23
517-
arm64-darwin-24
518-
x86_64-darwin-20
519-
x86_64-darwin-21
520-
x86_64-darwin-22
521-
x86_64-darwin-23
522+
aarch64-linux-musl
523+
arm-linux-gnu
524+
arm-linux-musl
525+
arm64-darwin
526+
x86_64-darwin
522527
x86_64-linux-gnu
528+
x86_64-linux-musl
523529

524530
DEPENDENCIES
525531
MailchimpMarketing (~> 3.0)
@@ -570,4 +576,4 @@ RUBY VERSION
570576
ruby 3.3.4p94
571577

572578
BUNDLED WITH
573-
2.5.3
579+
2.6.3

0 commit comments

Comments
 (0)