Skip to content

Commit

Permalink
Merge pull request #367 from alphagov/ENG-487-add-musl
Browse files Browse the repository at this point in the history
fix: Add ffi gem for x86_64-linux-musl platform
  • Loading branch information
HauwaHakimi authored Oct 4, 2024
2 parents 679f986 + 1704167 commit 02403b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,7 @@ GEM
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.1)
Expand Down Expand Up @@ -1846,6 +1847,7 @@ PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
aws-sdk (~> 3)
Expand Down

0 comments on commit 02403b9

Please sign in to comment.