-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2763 from brandingbrand/fix/ENG-5789
fix: ENG-5789 - Version pin xcproj and cocoapods for CI
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source "https://rubygems.org" | ||
|
||
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper | ||
# bound in the template on Cocoapods with next React Native release. | ||
gem 'cocoapods', '>= 1.13', '< 1.15' | ||
# Cocoapods 1.16 requires xcodeproj 1.26.0, which is not compatible with React Native due to a bug. | ||
gem 'cocoapods', '~> 1.15.0' | ||
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' | ||
gem 'xcodeproj', '~> 1.25.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source "https://rubygems.org" | ||
|
||
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper | ||
# bound in the template on Cocoapods with next React Native release. | ||
gem 'cocoapods', '>= 1.13', '< 1.15' | ||
# Cocoapods 1.16 requires xcodeproj 1.26.0, which is not compatible with React Native due to a bug. | ||
gem 'cocoapods', '~> 1.15.0' | ||
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' | ||
gem 'xcodeproj', '~> 1.25.0' |