mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
0f56cee8e1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36321 This change bumps Cocoapods to 1.12.0. This last release fixes a bug for which cocoapods was not working with Ruby 3.2.0 ## Changelog [iOS][Changed] - Bumbed version of Cocoapods to support Ruby 3.2.0 Reviewed By: blakef Differential Revision: D43655787 fbshipit-source-id: 6954ac8271daa7894e57f6d6104ed4d549490695
8 lines
193 B
Ruby
8 lines
193 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.12'
|
|
gem 'activesupport', '>= 6.1.7.1'
|