Skip to content

Commit

Permalink
Support Apple Silicon (ARM64)
Browse files Browse the repository at this point in the history
  • Loading branch information
unchidev committed Nov 24, 2024
1 parent 96caa23 commit 4ffe3af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ GEM
nio4r (2.5.8)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -280,6 +282,7 @@ GEM

PLATFORMS
aarch64-linux-musl
arm64-darwin-24
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux
Expand Down

0 comments on commit 4ffe3af

Please sign in to comment.