Skip to content

Commit 79aa1de

Browse files
authored
Update Gemfiles in example apps (#3200)
## Description Updates Gemfile in example apps to match versions from [RNTester](https://github.com/facebook/react-native/blob/f0ffcd4f5dfeab794fbfa3257bb9a8fd793ff2bc/packages/rn-tester/Gemfile) ## Test plan See if the CI passes
1 parent 18969fd commit 79aa1de

File tree

4 files changed

+56
-58
lines changed

4 files changed

+56
-58
lines changed

FabricExample/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ ruby ">= 2.6.10"
55

66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8-
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
8+
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'

FabricExample/Gemfile.lock

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (7.0.7.2)
8+
activesupport (7.0.8.6)
79
concurrent-ruby (~> 1.0, >= 1.0.2)
810
i18n (>= 1.6, < 2)
911
minitest (>= 5.1)
1012
tzinfo (~> 2.0)
11-
addressable (2.8.5)
12-
public_suffix (>= 2.0.2, < 6.0)
13+
addressable (2.8.7)
14+
public_suffix (>= 2.0.2, < 7.0)
1315
algoliasearch (1.27.5)
1416
httpclient (~> 2.8, >= 2.8.3)
1517
json (>= 1.5.1)
1618
atomos (0.1.3)
19+
base64 (0.2.0)
1720
claide (1.1.0)
18-
cocoapods (1.14.2)
21+
cocoapods (1.15.2)
1922
addressable (~> 2.8)
2023
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.14.2)
24+
cocoapods-core (= 1.15.2)
2225
cocoapods-deintegrate (>= 1.0.3, < 2.0)
23-
cocoapods-downloader (>= 2.0)
26+
cocoapods-downloader (>= 2.1, < 3.0)
2427
cocoapods-plugins (>= 1.0.0, < 2.0)
2528
cocoapods-search (>= 1.0.0, < 2.0)
2629
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -33,7 +36,7 @@ GEM
3336
nap (~> 1.0)
3437
ruby-macho (>= 2.3.0, < 3.0)
3538
xcodeproj (>= 1.23.0, < 2.0)
36-
cocoapods-core (1.14.2)
39+
cocoapods-core (1.15.2)
3740
activesupport (>= 5.0, < 8)
3841
addressable (~> 2.8)
3942
algoliasearch (~> 1.0)
@@ -44,7 +47,7 @@ GEM
4447
public_suffix (~> 4.0)
4548
typhoeus (~> 1.0)
4649
cocoapods-deintegrate (1.0.5)
47-
cocoapods-downloader (2.0)
50+
cocoapods-downloader (2.1)
4851
cocoapods-plugins (1.0.0)
4952
nap
5053
cocoapods-search (1.0.1)
@@ -53,49 +56,49 @@ GEM
5356
netrc (~> 0.11)
5457
cocoapods-try (1.2.0)
5558
colored2 (3.1.2)
56-
concurrent-ruby (1.2.2)
59+
concurrent-ruby (1.3.4)
5760
escape (0.0.4)
5861
ethon (0.16.0)
5962
ffi (>= 1.15.0)
60-
ffi (1.16.3)
63+
ffi (1.17.0-arm64-darwin)
6164
fourflusher (2.3.1)
6265
fuzzy_match (2.0.4)
6366
gh_inspector (1.1.3)
6467
httpclient (2.8.3)
65-
i18n (1.14.1)
68+
i18n (1.14.6)
6669
concurrent-ruby (~> 1.0)
67-
json (2.6.3)
68-
minitest (5.19.0)
70+
json (2.8.1)
71+
minitest (5.25.1)
6972
molinillo (0.8.0)
7073
nanaimo (0.3.0)
7174
nap (1.1.0)
7275
netrc (0.11.0)
76+
nkf (0.2.0)
7377
public_suffix (4.0.7)
74-
rexml (3.3.6)
75-
strscan
78+
rexml (3.3.9)
7679
ruby-macho (2.5.1)
77-
strscan (3.1.0)
78-
typhoeus (1.4.0)
80+
typhoeus (1.4.1)
7981
ethon (>= 0.9.0)
8082
tzinfo (2.0.6)
8183
concurrent-ruby (~> 1.0)
82-
xcodeproj (1.25.0)
84+
xcodeproj (1.25.1)
8385
CFPropertyList (>= 2.3.3, < 4.0)
8486
atomos (~> 0.1.3)
8587
claide (>= 1.0.2, < 2.0)
8688
colored2 (~> 3.1)
8789
nanaimo (~> 0.3.0)
88-
rexml (>= 3.3.2, < 4.0)
90+
rexml (>= 3.3.6, < 4.0)
8991

9092
PLATFORMS
91-
ruby
93+
arm64-darwin-21
9294

9395
DEPENDENCIES
94-
activesupport (>= 6.1.7.5, != 7.1.0)
96+
activesupport (>= 6.1.7.5, < 7.1.0)
9597
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
98+
xcodeproj (< 1.26.0)
9699

97100
RUBY VERSION
98101
ruby 2.7.5p203
99102

100103
BUNDLED WITH
101-
2.1.4
104+
2.4.7

example/Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
source 'https://rubygems.org'
22
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
33
ruby ">= 2.6.10"
4-
gem 'cocoapods', '~> 1.12'
4+
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
5+
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
6+
gem 'xcodeproj', '< 1.26.0'

example/Gemfile.lock

Lines changed: 25 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
5-
rexml
6-
activesupport (7.1.2)
4+
CFPropertyList (3.0.7)
75
base64
8-
bigdecimal
6+
nkf
7+
rexml
8+
activesupport (7.0.8.6)
99
concurrent-ruby (~> 1.0, >= 1.0.2)
10-
connection_pool (>= 2.2.5)
11-
drb
1210
i18n (>= 1.6, < 2)
1311
minitest (>= 5.1)
14-
mutex_m
1512
tzinfo (~> 2.0)
16-
addressable (2.8.6)
17-
public_suffix (>= 2.0.2, < 6.0)
13+
addressable (2.8.7)
14+
public_suffix (>= 2.0.2, < 7.0)
1815
algoliasearch (1.27.5)
1916
httpclient (~> 2.8, >= 2.8.3)
2017
json (>= 1.5.1)
2118
atomos (0.1.3)
2219
base64 (0.2.0)
23-
bigdecimal (3.1.5)
2420
claide (1.1.0)
25-
cocoapods (1.14.2)
21+
cocoapods (1.15.2)
2622
addressable (~> 2.8)
2723
claide (>= 1.0.2, < 2.0)
28-
cocoapods-core (= 1.14.2)
24+
cocoapods-core (= 1.15.2)
2925
cocoapods-deintegrate (>= 1.0.3, < 2.0)
30-
cocoapods-downloader (>= 2.0)
26+
cocoapods-downloader (>= 2.1, < 3.0)
3127
cocoapods-plugins (>= 1.0.0, < 2.0)
3228
cocoapods-search (>= 1.0.0, < 2.0)
3329
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -40,7 +36,7 @@ GEM
4036
nap (~> 1.0)
4137
ruby-macho (>= 2.3.0, < 3.0)
4238
xcodeproj (>= 1.23.0, < 2.0)
43-
cocoapods-core (1.14.2)
39+
cocoapods-core (1.15.2)
4440
activesupport (>= 5.0, < 8)
4541
addressable (~> 2.8)
4642
algoliasearch (~> 1.0)
@@ -60,53 +56,49 @@ GEM
6056
netrc (~> 0.11)
6157
cocoapods-try (1.2.0)
6258
colored2 (3.1.2)
63-
concurrent-ruby (1.2.2)
64-
connection_pool (2.4.1)
65-
drb (2.2.0)
66-
ruby2_keywords
59+
concurrent-ruby (1.3.4)
6760
escape (0.0.4)
6861
ethon (0.16.0)
6962
ffi (>= 1.15.0)
70-
ffi (1.16.3)
63+
ffi (1.17.0-arm64-darwin)
7164
fourflusher (2.3.1)
7265
fuzzy_match (2.0.4)
7366
gh_inspector (1.1.3)
7467
httpclient (2.8.3)
75-
i18n (1.14.1)
68+
i18n (1.14.6)
7669
concurrent-ruby (~> 1.0)
77-
json (2.7.1)
78-
minitest (5.20.0)
70+
json (2.8.1)
71+
minitest (5.25.1)
7972
molinillo (0.8.0)
80-
mutex_m (0.2.0)
8173
nanaimo (0.3.0)
8274
nap (1.1.0)
8375
netrc (0.11.0)
76+
nkf (0.2.0)
8477
public_suffix (4.0.7)
85-
rexml (3.3.3)
86-
strscan
78+
rexml (3.3.9)
8779
ruby-macho (2.5.1)
88-
ruby2_keywords (0.0.5)
89-
strscan (3.1.0)
9080
typhoeus (1.4.1)
9181
ethon (>= 0.9.0)
9282
tzinfo (2.0.6)
9383
concurrent-ruby (~> 1.0)
94-
xcodeproj (1.25.0)
84+
xcodeproj (1.25.1)
9585
CFPropertyList (>= 2.3.3, < 4.0)
9686
atomos (~> 0.1.3)
9787
claide (>= 1.0.2, < 2.0)
9888
colored2 (~> 3.1)
9989
nanaimo (~> 0.3.0)
100-
rexml (>= 3.3.2, < 4.0)
90+
rexml (>= 3.3.6, < 4.0)
10191

10292
PLATFORMS
103-
ruby
93+
arm64-darwin-21
10494

10595
DEPENDENCIES
106-
cocoapods (~> 1.12)
96+
activesupport (>= 6.1.7.5, < 7.1.0)
97+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
98+
xcodeproj (< 1.26.0)
10799

108100
RUBY VERSION
109-
ruby 2.7.6p219
101+
ruby 2.7.5p203
110102

111103
BUNDLED WITH
112-
2.1.4
104+
2.4.7

0 commit comments

Comments
 (0)