mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2527d29a96
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48966 In our previous fix for concurrent-ruby, we have been a bit too strict. Version 1.3.4 is a valid and working version. The broken version is 1.3.5. ## Changelog: [iOS][Changed] - Fix Gemfile versions Reviewed By: cortinico Differential Revision: D68706060 fbshipit-source-id: 8ab7a4df0eb83a82603729ff8460e64908ddc465
10 lines
292 B
Ruby
10 lines
292 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'
|
|
gem 'concurrent-ruby', '<= 1.3.4'
|