File tree 4 files changed +12
-18
lines changed
4 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,6 @@ source 'https://rubygems.org'
3
3
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4
4
ruby '>= 2.6.10'
5
5
6
- gem 'cocoapods' , '>= 1.14'
6
+ # Exclude problematic versions of cocoapods and activesupport that causes build failures.
7
+ gem 'cocoapods' , '>= 1.13' , '!= 1.15.0' , '!= 1.15.1'
8
+ gem 'activesupport' , '>= 6.1.7.5' , '!= 7.1.0'
Original file line number Diff line number Diff line change 5
5
base64
6
6
nkf
7
7
rexml
8
- activesupport (7.1.3.2 )
9
- base64
10
- bigdecimal
8
+ activesupport (7.0.8.6 )
11
9
concurrent-ruby (~> 1.0 , >= 1.0.2 )
12
- connection_pool (>= 2.2.5 )
13
- drb
14
10
i18n (>= 1.6 , < 2 )
15
11
minitest (>= 5.1 )
16
- mutex_m
17
12
tzinfo (~> 2.0 )
18
13
addressable (2.8.6 )
19
14
public_suffix (>= 2.0.2 , < 6.0 )
22
17
json (>= 1.5.1 )
23
18
atomos (0.1.3 )
24
19
base64 (0.2.0 )
25
- bigdecimal (3.1.7 )
26
20
claide (1.1.0 )
27
21
cocoapods (1.15.2 )
28
22
addressable (~> 2.8 )
62
56
netrc (~> 0.11 )
63
57
cocoapods-try (1.2.0 )
64
58
colored2 (3.1.2 )
65
- concurrent-ruby (1.2.3 )
66
- connection_pool (2.4.1 )
67
- drb (2.2.1 )
59
+ concurrent-ruby (1.3.4 )
68
60
escape (0.0.4 )
69
61
ethon (0.16.0 )
70
62
ffi (>= 1.15.0 )
73
65
fuzzy_match (2.0.4 )
74
66
gh_inspector (1.1.3 )
75
67
httpclient (2.8.3 )
76
- i18n (1.14.4 )
68
+ i18n (1.14.6 )
77
69
concurrent-ruby (~> 1.0 )
78
70
json (2.7.2 )
79
- minitest (5.22.3 )
71
+ minitest (5.25.1 )
80
72
molinillo (0.8.0 )
81
- mutex_m (0.2.0 )
82
73
nanaimo (0.3.0 )
83
74
nap (1.1.0 )
84
75
netrc (0.11.0 )
@@ -102,10 +93,11 @@ PLATFORMS
102
93
ruby
103
94
104
95
DEPENDENCIES
105
- cocoapods (>= 1.14 )
96
+ activesupport (>= 6.1.7.5 , != 7.1.0 )
97
+ cocoapods (>= 1.13 , != 1.15.1 , != 1.15.0 )
106
98
107
99
RUBY VERSION
108
100
ruby 2.7.6p219
109
101
110
102
BUNDLED WITH
111
- 2.1.4
103
+ 2.5.23
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ PODS:
323
323
- react-native-quick-base64 (2.1.2):
324
324
- RCT-Folly (= 2021.07.22.00)
325
325
- React-Core
326
- - react-native-quick-crypto (0.7.5 ):
326
+ - react-native-quick-crypto (0.7.6 ):
327
327
- OpenSSL-Universal
328
328
- RCT-Folly (= 2021.07.22.00)
329
329
- React
@@ -628,7 +628,7 @@ SPEC CHECKSUMS:
628
628
React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f
629
629
react-native-fast-encoder: 6f59e9b08e2bc5a8bf1f36e1630cdcfd66dd18af
630
630
react-native-quick-base64: 61228d753294ae643294a75fece8e0e80b7558a6
631
- react-native-quick-crypto: df499480b8be25084f8789752ffb0f1d9d1b4363
631
+ react-native-quick-crypto: 03d888b32a7d58adfe93926ee226c1adc5519c6e
632
632
react-native-safe-area-context: ab8f4a3d8180913bd78ae75dd599c94cce3d5e9a
633
633
React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a
634
634
React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a
You can’t perform that action at this time.
0 commit comments