mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b955fc2a8d
Summary: This PR updates the internal version of cocoapods to 1.13, template already uses this version. I've also removed the root folder Gemfile as it's not necessary anymore. ## Changelog: [INTERNAL] [CHANGED] - Update RNTester Cocoapods to 1.13 Pull Request resolved: https://github.com/facebook/react-native/pull/41248 Test Plan: Check if cocoapods installs correctly by running: 1. `bundle install` 2. `bundle exec pod install` Reviewed By: dmytrorykun Differential Revision: D50972135 Pulled By: cipolleschi fbshipit-source-id: b7d6a4671e641b7b8f50242a3374f623e023daf4
8 lines
204 B
Ruby
8 lines
204 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'
|
|
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
|