Skip to content

Commit 812f8b6

Browse files
committed
Update to react-native 0.76.1
1 parent 19af7e1 commit 812f8b6

File tree

7 files changed

+603
-591
lines changed

7 files changed

+603
-591
lines changed

example/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'

example/Gemfile.lock

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,30 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.0.8.3)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.1.2)
9+
base64
10+
bigdecimal
11+
concurrent-ruby (~> 1.0, >= 1.3.1)
12+
connection_pool (>= 2.2.5)
13+
drb
1014
i18n (>= 1.6, < 2)
15+
logger (>= 1.4.2)
1116
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
13-
addressable (2.8.6)
14-
public_suffix (>= 2.0.2, < 6.0)
17+
securerandom (>= 0.3)
18+
tzinfo (~> 2.0, >= 2.0.5)
19+
addressable (2.8.7)
20+
public_suffix (>= 2.0.2, < 7.0)
1521
algoliasearch (1.27.5)
1622
httpclient (~> 2.8, >= 2.8.3)
1723
json (>= 1.5.1)
1824
atomos (0.1.3)
1925
base64 (0.2.0)
26+
bigdecimal (3.1.8)
2027
claide (1.1.0)
21-
cocoapods (1.14.3)
28+
cocoapods (1.15.2)
2229
addressable (~> 2.8)
2330
claide (>= 1.0.2, < 2.0)
24-
cocoapods-core (= 1.14.3)
31+
cocoapods-core (= 1.15.2)
2532
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2633
cocoapods-downloader (>= 2.1, < 3.0)
2734
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -36,7 +43,7 @@ GEM
3643
nap (~> 1.0)
3744
ruby-macho (>= 2.3.0, < 3.0)
3845
xcodeproj (>= 1.23.0, < 2.0)
39-
cocoapods-core (1.14.3)
46+
cocoapods-core (1.15.2)
4047
activesupport (>= 5.0, < 8)
4148
addressable (~> 2.8)
4249
algoliasearch (~> 1.0)
@@ -56,47 +63,50 @@ GEM
5663
netrc (~> 0.11)
5764
cocoapods-try (1.2.0)
5865
colored2 (3.1.2)
59-
concurrent-ruby (1.2.3)
66+
concurrent-ruby (1.3.4)
67+
connection_pool (2.4.1)
68+
drb (2.2.1)
6069
escape (0.0.4)
6170
ethon (0.16.0)
6271
ffi (>= 1.15.0)
63-
ffi (1.16.3)
72+
ffi (1.17.0)
6473
fourflusher (2.3.1)
6574
fuzzy_match (2.0.4)
6675
gh_inspector (1.1.3)
6776
httpclient (2.8.3)
68-
i18n (1.14.5)
77+
i18n (1.14.6)
6978
concurrent-ruby (~> 1.0)
70-
json (2.7.2)
71-
minitest (5.23.0)
79+
json (2.7.5)
80+
logger (1.6.1)
81+
minitest (5.25.1)
7282
molinillo (0.8.0)
7383
nanaimo (0.3.0)
7484
nap (1.1.0)
7585
netrc (0.11.0)
7686
nkf (0.2.0)
7787
public_suffix (4.0.7)
78-
rexml (3.2.8)
79-
strscan (>= 3.0.9)
88+
rexml (3.3.9)
8089
ruby-macho (2.5.1)
81-
strscan (3.1.0)
90+
securerandom (0.3.1)
8291
typhoeus (1.4.1)
8392
ethon (>= 0.9.0)
8493
tzinfo (2.0.6)
8594
concurrent-ruby (~> 1.0)
86-
xcodeproj (1.24.0)
95+
xcodeproj (1.25.1)
8796
CFPropertyList (>= 2.3.3, < 4.0)
8897
atomos (~> 0.1.3)
8998
claide (>= 1.0.2, < 2.0)
9099
colored2 (~> 3.1)
91100
nanaimo (~> 0.3.0)
92-
rexml (~> 3.2.4)
101+
rexml (>= 3.3.6, < 4.0)
93102

94103
PLATFORMS
95104
ruby
96105

97106
DEPENDENCIES
98107
activesupport (>= 6.1.7.5, != 7.1.0)
99108
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
109+
xcodeproj (< 1.26.0)
100110

101111
RUBY VERSION
102112
ruby 3.3.1p55

0 commit comments

Comments
 (0)