xref: /MusicFree/Gemfile (revision 6613e77203923e5b1742a49281bfa5de03fc1440)
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# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9gem 'xcodeproj', '< 1.26.0'
10