mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-21 19:56:17 +03:00
8 lines
277 B
Ruby
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' |