xref: /MusicFree/Gemfile (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1source 'https://rubygems.org'
2
3# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4ruby ">= 2.6.10"
5
6# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
7# bound in the template on Cocoapods with next React Native release.
8gem 'cocoapods', '>= 1.13', '< 1.15'
9gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
10