Skip to content

Commit

Permalink
Set supported gem platforms to ruby (base MRI), arm64-darwin (sans ve…
Browse files Browse the repository at this point in the history
…rsion suffix, for Apple-Silicon based macOS), and x86_64-linux (for GitHub Actions runners and Alpine-based Fly images)
  • Loading branch information
scottohara committed Oct 17, 2024
1 parent 1fbb364 commit 37f0ed3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.7.3)
net-imap (0.4.17)
Expand All @@ -140,8 +141,13 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -269,7 +275,9 @@ GEM
zeitwerk (2.7.0)

PLATFORMS
arm64-darwin-23
arm64-darwin
ruby
x86_64-linux

DEPENDENCIES
active_model_serializers (= 0.10.14)
Expand Down

0 comments on commit 37f0ed3

Please sign in to comment.