Skip to content

Commit

Permalink
Normalize platforms
Browse files Browse the repository at this point in the history
Ran `bundle lock --normalize-platforms`. See PR rubygems/rubygems#7896
for details on what this does.
  • Loading branch information
lfdebrux committed Jan 24, 2025
1 parent 92cddc7 commit 86629e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ GEM
racc (~> 1.4)
nokogiri (1.18.1-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.1-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-darwin)
Expand Down Expand Up @@ -516,14 +520,10 @@ GEM
PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-darwin-23
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

Expand Down

0 comments on commit 86629e4

Please sign in to comment.