Skip to content

Commit 137d9b9

Browse files
committed
Add back gem file
1 parent 1d665c0 commit 137d9b9

File tree

3 files changed

+143
-28
lines changed

3 files changed

+143
-28
lines changed

Gemfile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
source "https://rubygems.org"
2+
3+
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4+
ruby ">= 2.6.10"
5+
6+
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7+
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1', '!= 1.15.2'
8+
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'
11+
12+
# Ruby 3.4.0 has removed some libraries from the standard library.
13+
gem 'bigdecimal'
14+
gem 'logger'
15+
gem 'benchmark'
16+
gem 'mutex_m'
17+
18+
19+
source "https://rubygems.org"

Gemfile.lock

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
7+
rexml
8+
activesupport (7.2.2.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
15+
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
17+
minitest (>= 5.1)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
22+
algoliasearch (1.27.5)
23+
httpclient (~> 2.8, >= 2.8.3)
24+
json (>= 1.5.1)
25+
atomos (0.1.3)
26+
base64 (0.3.0)
27+
benchmark (0.4.1)
28+
bigdecimal (3.2.2)
29+
claide (1.1.0)
30+
cocoapods (1.14.3)
31+
addressable (~> 2.8)
32+
claide (>= 1.0.2, < 2.0)
33+
cocoapods-core (= 1.14.3)
34+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
35+
cocoapods-downloader (>= 2.1, < 3.0)
36+
cocoapods-plugins (>= 1.0.0, < 2.0)
37+
cocoapods-search (>= 1.0.0, < 2.0)
38+
cocoapods-trunk (>= 1.6.0, < 2.0)
39+
cocoapods-try (>= 1.1.0, < 2.0)
40+
colored2 (~> 3.1)
41+
escape (~> 0.0.4)
42+
fourflusher (>= 2.3.0, < 3.0)
43+
gh_inspector (~> 1.0)
44+
molinillo (~> 0.8.0)
45+
nap (~> 1.0)
46+
ruby-macho (>= 2.3.0, < 3.0)
47+
xcodeproj (>= 1.23.0, < 2.0)
48+
cocoapods-core (1.14.3)
49+
activesupport (>= 5.0, < 8)
50+
addressable (~> 2.8)
51+
algoliasearch (~> 1.0)
52+
concurrent-ruby (~> 1.1)
53+
fuzzy_match (~> 2.0.4)
54+
nap (~> 1.0)
55+
netrc (~> 0.11)
56+
public_suffix (~> 4.0)
57+
typhoeus (~> 1.0)
58+
cocoapods-deintegrate (1.0.5)
59+
cocoapods-downloader (2.1)
60+
cocoapods-plugins (1.0.0)
61+
nap
62+
cocoapods-search (1.0.1)
63+
cocoapods-trunk (1.6.0)
64+
nap (>= 0.8, < 2.0)
65+
netrc (~> 0.11)
66+
cocoapods-try (1.2.0)
67+
colored2 (3.1.2)
68+
concurrent-ruby (1.3.3)
69+
connection_pool (2.5.3)
70+
drb (2.2.3)
71+
escape (0.0.4)
72+
ethon (0.16.0)
73+
ffi (>= 1.15.0)
74+
ffi (1.17.2-arm64-darwin)
75+
fourflusher (2.3.1)
76+
fuzzy_match (2.0.4)
77+
gh_inspector (1.1.3)
78+
httpclient (2.9.0)
79+
mutex_m
80+
i18n (1.14.7)
81+
concurrent-ruby (~> 1.0)
82+
json (2.12.2)
83+
logger (1.7.0)
84+
minitest (5.25.5)
85+
molinillo (0.8.0)
86+
mutex_m (0.3.0)
87+
nanaimo (0.3.0)
88+
nap (1.1.0)
89+
netrc (0.11.0)
90+
nkf (0.2.0)
91+
public_suffix (4.0.7)
92+
rexml (3.4.1)
93+
ruby-macho (2.5.1)
94+
securerandom (0.4.1)
95+
typhoeus (1.4.1)
96+
ethon (>= 0.9.0)
97+
tzinfo (2.0.6)
98+
concurrent-ruby (~> 1.0)
99+
xcodeproj (1.25.0)
100+
CFPropertyList (>= 2.3.3, < 4.0)
101+
atomos (~> 0.1.3)
102+
claide (>= 1.0.2, < 2.0)
103+
colored2 (~> 3.1)
104+
nanaimo (~> 0.3.0)
105+
rexml (>= 3.3.2, < 4.0)
106+
107+
PLATFORMS
108+
arm64-darwin
109+
110+
DEPENDENCIES
111+
activesupport (>= 6.1.7.5, != 7.1.0)
112+
benchmark
113+
bigdecimal
114+
cocoapods (>= 1.13, != 1.15.2, != 1.15.1, != 1.15.0)
115+
concurrent-ruby (< 1.3.4)
116+
logger
117+
mutex_m
118+
xcodeproj (< 1.26.0)
119+
120+
RUBY VERSION
121+
ruby 3.3.1p55
122+
123+
BUNDLED WITH
124+
2.5.9

fixture/react-native/ios/Podfile.lock

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,30 +1775,6 @@ PODS:
17751775
- SDWebImageAVIFCoder (~> 0.11.0)
17761776
- SDWebImageWebPCoder (~> 0.14)
17771777
- Yoga
1778-
- RNFlashList (2.0.0-rc.10):
1779-
- DoubleConversion
1780-
- glog
1781-
- hermes-engine
1782-
- RCT-Folly (= 2024.11.18.00)
1783-
- RCTRequired
1784-
- RCTTypeSafety
1785-
- React-Core
1786-
- React-debug
1787-
- React-Fabric
1788-
- React-featureflags
1789-
- React-graphics
1790-
- React-hermes
1791-
- React-ImageManager
1792-
- React-jsi
1793-
- React-NativeModulesApple
1794-
- React-RCTFabric
1795-
- React-renderercss
1796-
- React-rendererdebug
1797-
- React-utils
1798-
- ReactCodegen
1799-
- ReactCommon/turbomodule/bridging
1800-
- ReactCommon/turbomodule/core
1801-
- Yoga
18021778
- RNGestureHandler (2.24.0):
18031779
- DoubleConversion
18041780
- glog
@@ -2085,7 +2061,6 @@ DEPENDENCIES:
20852061
- ReactCodegen (from `build/generated/ios`)
20862062
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
20872063
- "RNFastImage (from `../node_modules/@d11/react-native-fast-image`)"
2088-
- RNFlashList (from `../../..`)
20892064
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
20902065
- RNReanimated (from `../node_modules/react-native-reanimated`)
20912066
- RNScreens (from `../node_modules/react-native-screens`)
@@ -2245,8 +2220,6 @@ EXTERNAL SOURCES:
22452220
:path: "../node_modules/react-native/ReactCommon"
22462221
RNFastImage:
22472222
:path: "../node_modules/@d11/react-native-fast-image"
2248-
RNFlashList:
2249-
:path: "../../.."
22502223
RNGestureHandler:
22512224
:path: "../node_modules/react-native-gesture-handler"
22522225
RNReanimated:
@@ -2331,7 +2304,6 @@ SPEC CHECKSUMS:
23312304
ReactCodegen: 025b1e9baf2a32b7466b00c20dd5b1b8c6388d07
23322305
ReactCommon: ff9f7add7560c9f15cf6e9d0320f9ad45b696062
23332306
RNFastImage: 2990d3d7033b95119354cc27f383010c7d1e2165
2334-
RNFlashList: 1c295214ba885a4b5053daa19263cacf4602986e
23352307
RNGestureHandler: 8ff2b1434b0ff8bab28c8242a656fb842990bbc8
23362308
RNReanimated: f52ccd5ceea2bae48d7421eec89b3f0c10d7b642
23372309
RNScreens: b09235ac2de51cc1c3dbae34ad7b15a604745983

0 commit comments

Comments
 (0)