Skip to content

Commit

Permalink
Use exact 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 10aab20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,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'
2 changes: 1 addition & 1 deletion FabricExample/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'
2 changes: 1 addition & 1 deletion FabricTestExample/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'
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 10aab20

Please sign in to comment.