Skip to content

Commit

Permalink
Use strict version of cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Feb 15, 2024
1 parent 715761b commit 5d35e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestsExample/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ruby ">= 2.6.10"

# 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'
gem 'cocoapods', '~> 1.15.2'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'

0 comments on commit 5d35e82

Please sign in to comment.