xref: /expo/Gemfile (revision dfd15ebd)
1source "https://rubygems.org"
2
3gem "fastlane", "~> 2.205.2"
4gem "cocoapods", "~> 1.11.2"
5
6gem "xcpretty", "~> 0.3.0" # used by bare-expo (build-detox-ios.sh)
7
8# ethon is manually updated to avoid segmentation fault crashes on the M1. See https://github.com/CocoaPods/CocoaPods/issues/10446
9gem 'ethon', '>=0.13.0'
10