Skip to content

Commit c8988a5

Browse files
msluszniakclaude
andcommitted
fix: add Gemfile.lock and Podfile.lock for bare_rn iOS
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 80a2111 commit c8988a5

File tree

6 files changed

+2909
-1
lines changed

6 files changed

+2909
-1
lines changed

apps/bare_rn/Gemfile.lock

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

0 commit comments

Comments
 (0)