Skip to content

Commit

Permalink
Pin cocoapods to 1.14 in test fixtures
Browse files Browse the repository at this point in the history
iOS builds are broken in cocoapods 1.15 due to this issue: CocoaPods/CocoaPods#12226
  • Loading branch information
yousif-bugsnag committed Jan 30, 2024
1 parent 93cd92e commit 47004e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/react-native/features/fixtures/rn0.71/Gemfile
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby File.read(File.join(__dir__, '.ruby-version')).strip

gem 'cocoapods', '~> 1.11', '>= 1.11.3'
gem 'cocoapods', '1.14'
2 changes: 1 addition & 1 deletion test/react-native/features/fixtures/rn0.72/Gemfile
Expand Up @@ -3,4 +3,4 @@ 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 'cocoapods', '1.14'
2 changes: 1 addition & 1 deletion test/react-native/features/fixtures/rn0.73/Gemfile
Expand Up @@ -3,5 +3,5 @@ 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 'cocoapods', '1.14'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

0 comments on commit 47004e8

Please sign in to comment.