File tree Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Expand file tree Collapse file tree 4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ jobs:
662662 export USE_HERMES=0
663663 fi
664664
665- cd packages/rn-tester && bundle exec pod install --verbose
665+ cd packages/rn-tester && bundle install && bundle exec pod install --verbose
666666
667667 # -------------------------
668668 # Runs iOS unit tests
@@ -1011,7 +1011,7 @@ jobs:
10111011 export USE_HERMES=0
10121012 fi
10131013
1014- cd packages/rn-tester && bundle exec pod install
1014+ cd packages/rn-tester && bundle install && bundle exec pod install
10151015
10161016 - run :
10171017 name : Build RNTester
Original file line number Diff line number Diff line change 33 specs:
44 CFPropertyList (3.0.6 )
55 rexml
6- activesupport (7.0.7 )
6+ activesupport (7.0.8 )
77 concurrent-ruby (~> 1.0 , >= 1.0.2 )
88 i18n (>= 1.6 , < 2 )
99 minitest (>= 5.1 )
1515 json (>= 1.5.1 )
1616 atomos (0.1.3 )
1717 claide (1.1.0 )
18- cocoapods (1.12.1 )
18+ cocoapods (1.13.0 )
1919 addressable (~> 2.8 )
2020 claide (>= 1.0.2 , < 2.0 )
21- cocoapods-core (= 1.12.1 )
21+ cocoapods-core (= 1.13.0 )
2222 cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
2323 cocoapods-downloader (>= 1.6.0 , < 2.0 )
2424 cocoapods-plugins (>= 1.0.0 , < 2.0 )
3232 molinillo (~> 0.8.0 )
3333 nap (~> 1.0 )
3434 ruby-macho (>= 2.3.0 , < 3.0 )
35- xcodeproj (>= 1.21 .0 , < 2.0 )
36- cocoapods-core (1.12.1 )
35+ xcodeproj (>= 1.23 .0 , < 2.0 )
36+ cocoapods-core (1.13.0 )
3737 activesupport (>= 5.0 , < 8 )
3838 addressable (~> 2.8 )
3939 algoliasearch (~> 1.0 )
5757 escape (0.0.4 )
5858 ethon (0.16.0 )
5959 ffi (>= 1.15.0 )
60- ffi (1.15.5 )
60+ ffi (1.16.3 )
6161 fourflusher (2.3.1 )
6262 fuzzy_match (2.0.4 )
6363 gh_inspector (1.1.3 )
6464 httpclient (2.8.3 )
6565 i18n (1.14.1 )
6666 concurrent-ruby (~> 1.0 )
6767 json (2.6.3 )
68- minitest (5.19 .0 )
68+ minitest (5.20 .0 )
6969 molinillo (0.8.0 )
7070 nanaimo (0.3.0 )
7171 nap (1.1.0 )
7777 ethon (>= 0.9.0 )
7878 tzinfo (2.0.6 )
7979 concurrent-ruby (~> 1.0 )
80- xcodeproj (1.22 .0 )
80+ xcodeproj (1.23 .0 )
8181 CFPropertyList (>= 2.3.3 , < 4.0 )
8282 atomos (~> 0.1.3 )
8383 claide (>= 1.0.2 , < 2.0 )
@@ -89,10 +89,11 @@ PLATFORMS
8989 ruby
9090
9191DEPENDENCIES
92+ activesupport (>= 6.1.7.3 , < 7.1.0 )
9293 cocoapods (>= 1.11.3 )
9394
9495RUBY VERSION
95- ruby 2.7.6p219
96+ ruby 3.2.0p0
9697
9798BUNDLED WITH
98- 2.3.22
99+ 2.4.12
Original file line number Diff line number Diff line change 11# Gemfile
22source 'https://rubygems.org'
33
4- gem 'cocoapods' , '= 1.11.3'
4+ gem 'cocoapods' , '> = 1.11.3'
55gem 'rexml'
66gem 'activesupport' , '>= 6.1.7.3' , '< 7.1.0'
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ validate_env () {
2020
2121update_pods () {
2222 cd " $RNTESTER_DIR " || exit
23+ bundle install || exit
2324 bundle check || exit
2425 bundle exec pod install
2526 cd " $THIS_DIR " || exit
You can’t perform that action at this time.
0 commit comments