File tree Expand file tree Collapse file tree 4 files changed +384
-15
lines changed
Expand file tree Collapse file tree 4 files changed +384
-15
lines changed Original file line number Diff line number Diff line change 6060 if : steps.cache.outputs.cache-hit != 'true'
6161 uses : maxim-lobanov/setup-cocoapods@v1
6262 with :
63- version : 1.14.3
63+ version : 1.13.0
6464
6565 - name : Install CocoaPods
6666 if : steps.cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
13# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
2- ruby '>= 2.6.10 '
4+ ruby '2.7.5 '
35
46# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
57# bound in the template on Cocoapods with next React Native release.
6- gem 'cocoapods' , '1.14.3 '
8+ gem 'cocoapods' , '1.13.0 '
79gem 'activesupport' , '>= 6.1.7.3' , '< 7.1.0'
Original file line number Diff line number Diff line change 11GEM
2+ remote: https://rubygems.org/
23 specs:
34 CFPropertyList (3.0.7 )
45 base64
1718 atomos (0.1.3 )
1819 base64 (0.2.0 )
1920 claide (1.1.0 )
20- cocoapods (1.14.3 )
21+ cocoapods (1.13.0 )
2122 addressable (~> 2.8 )
2223 claide (>= 1.0.2 , < 2.0 )
23- cocoapods-core (= 1.14.3 )
24+ cocoapods-core (= 1.13.0 )
2425 cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
25- cocoapods-downloader (>= 2.1 , < 3 .0 )
26+ cocoapods-downloader (>= 1.6.0 , < 2 .0 )
2627 cocoapods-plugins (>= 1.0.0 , < 2.0 )
2728 cocoapods-search (>= 1.0.0 , < 2.0 )
2829 cocoapods-trunk (>= 1.6.0 , < 2.0 )
3536 nap (~> 1.0 )
3637 ruby-macho (>= 2.3.0 , < 3.0 )
3738 xcodeproj (>= 1.23.0 , < 2.0 )
38- cocoapods-core (1.14.3 )
39+ cocoapods-core (1.13.0 )
3940 activesupport (>= 5.0 , < 8 )
4041 addressable (~> 2.8 )
4142 algoliasearch (~> 1.0 )
4647 public_suffix (~> 4.0 )
4748 typhoeus (~> 1.0 )
4849 cocoapods-deintegrate (1.0.5 )
49- cocoapods-downloader (2.1 )
50+ cocoapods-downloader (1.6.3 )
5051 cocoapods-plugins (1.0.0 )
5152 nap
5253 cocoapods-search (1.0.1 )
@@ -93,7 +94,7 @@ PLATFORMS
9394
9495DEPENDENCIES
9596 activesupport (>= 6.1.7.3 , < 7.1.0 )
96- cocoapods (= 1.14.3 )
97+ cocoapods (= 1.13.0 )
9798
9899RUBY VERSION
99100 ruby 2.7.5p203
You can’t perform that action at this time.
0 commit comments