source 'https://rubygems.org'

gem 'cocoapods'
gem 'fastlane'
gem 'anbt-sql-formatter'
# The current head of cocoapods-binary doesn't support schemes with spaces in them.
# There is an open PR addressing this issue, but for now we use our fork that fixes
# this is when archiving for App Store Release.
gem 'cocoapods-binary', git: 'https://github.com/signalapp/cocoapods-binary.git', branch: 'nt/fix-readlink'
