mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 22:10:14 +00:00
4192678bd7
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47237 The Xcodeproj gem has been released yesterday to version 1.26.0 and it broke the CI pipeline of react native. This should fix the issue ## Changelog [Internal] - Pin Xcodeproj gem to 1.26.0 Reviewed By: blakef Differential Revision: D65057797 fbshipit-source-id: f4035a1d3c75dd4140eb1646ab2aa0ccb08fb16b
9 lines
258 B
Ruby
9 lines
258 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
|
ruby ">= 2.6.10"
|
|
|
|
gem 'cocoapods', '~> 1.13', '!= 1.15.0', '!= 1.15.1'
|
|
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
|
|
gem 'xcodeproj', '< 1.26.0'
|