xref: /MusicFree/Gemfile (revision d1a36a67ac3d03c61d8bafd8ac2bc121ea4f6f3e)
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