Skip to content

Commit

Permalink
misc(samples): Update Gemfile missing x86 ffi (#4569)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Feb 20, 2025
1 parent 1e28462 commit 2a78f52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/react-native/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand Down Expand Up @@ -273,6 +274,7 @@ GEM
PLATFORMS
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-20

DEPENDENCIES
Expand Down

0 comments on commit 2a78f52

Please sign in to comment.