Skip to content

Commit 8eec29a

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Fix Gemfile, setting Active support to < 7.1.0 (#39828)
Summary: Pull Request resolved: facebook/react-native#39828 Active Suppert released a new Gem which is incompatible with Cocoapods 1.13.0, the latest release, as they removed a method used by cocoapods. This fix ensures that we install compatible versions of the Gem. ## Changelog: [iOS][Fixed] - Set the max version of Active support to 7.0.8 Reviewed By: hoxyq Differential Revision: D49949782 fbshipit-source-id: 278097502d3a416567cc8c0b90090fee4fb21503 Original: facebook/react-native@ce39931
1 parent e44eb47 commit 8eec29a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/template/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '~> 1.12'
6+
gem 'cocoapods', '~> 1.13'
7+
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

0 commit comments

Comments
 (0)