source 'https://rubygems.org'

# Matches the Ruby version in .ruby-version
ruby File.read(File.join(File.dirname(__FILE__), '.ruby-version')).strip

# Expo SDK 54 / React Native 0.81 recommend cocoapods ~> 1.13.
gem 'cocoapods', '~> 1.16'
gem 'activesupport', '>= 6.1.7.5', '< 8.0.0'

# fastlane drives Play Console uploads from upload #2 onward (the first AAB
# must go through the Play Console UI). MIT-licensed, runs locally — no EAS,
# no remote build service. See scripts/upload-android-aab.sh.
gem 'fastlane', '~> 2.227'
