ecency-mobile/Gemfile
2024-03-04 16:37:04 +05:00

8 lines
277 B
Ruby

source 'https://rubygems.org'
ruby '3.0.0'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'