Skip to content

Commit 84cb22b

Browse files
committed
add: Gemfile
1 parent 58ffc81 commit 84cb22b

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
gem "cocoapods", "~> 1.14.2"

Gemfile.lock

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.6)
5+
rexml
6+
activesupport (7.1.2)
7+
base64
8+
bigdecimal
9+
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
connection_pool (>= 2.2.5)
11+
drb
12+
i18n (>= 1.6, < 2)
13+
minitest (>= 5.1)
14+
mutex_m
15+
tzinfo (~> 2.0)
16+
addressable (2.8.5)
17+
public_suffix (>= 2.0.2, < 6.0)
18+
algoliasearch (1.27.5)
19+
httpclient (~> 2.8, >= 2.8.3)
20+
json (>= 1.5.1)
21+
atomos (0.1.3)
22+
base64 (0.2.0)
23+
bigdecimal (3.1.4)
24+
claide (1.1.0)
25+
cocoapods (1.14.2)
26+
addressable (~> 2.8)
27+
claide (>= 1.0.2, < 2.0)
28+
cocoapods-core (= 1.14.2)
29+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
30+
cocoapods-downloader (>= 2.0)
31+
cocoapods-plugins (>= 1.0.0, < 2.0)
32+
cocoapods-search (>= 1.0.0, < 2.0)
33+
cocoapods-trunk (>= 1.6.0, < 2.0)
34+
cocoapods-try (>= 1.1.0, < 2.0)
35+
colored2 (~> 3.1)
36+
escape (~> 0.0.4)
37+
fourflusher (>= 2.3.0, < 3.0)
38+
gh_inspector (~> 1.0)
39+
molinillo (~> 0.8.0)
40+
nap (~> 1.0)
41+
ruby-macho (>= 2.3.0, < 3.0)
42+
xcodeproj (>= 1.23.0, < 2.0)
43+
cocoapods-core (1.14.2)
44+
activesupport (>= 5.0, < 8)
45+
addressable (~> 2.8)
46+
algoliasearch (~> 1.0)
47+
concurrent-ruby (~> 1.1)
48+
fuzzy_match (~> 2.0.4)
49+
nap (~> 1.0)
50+
netrc (~> 0.11)
51+
public_suffix (~> 4.0)
52+
typhoeus (~> 1.0)
53+
cocoapods-deintegrate (1.0.5)
54+
cocoapods-downloader (2.0)
55+
cocoapods-plugins (1.0.0)
56+
nap
57+
cocoapods-search (1.0.1)
58+
cocoapods-trunk (1.6.0)
59+
nap (>= 0.8, < 2.0)
60+
netrc (~> 0.11)
61+
cocoapods-try (1.2.0)
62+
colored2 (3.1.2)
63+
concurrent-ruby (1.2.2)
64+
connection_pool (2.4.1)
65+
drb (2.2.0)
66+
ruby2_keywords
67+
escape (0.0.4)
68+
ethon (0.16.0)
69+
ffi (>= 1.15.0)
70+
ffi (1.16.3)
71+
fourflusher (2.3.1)
72+
fuzzy_match (2.0.4)
73+
gh_inspector (1.1.3)
74+
httpclient (2.8.3)
75+
i18n (1.14.1)
76+
concurrent-ruby (~> 1.0)
77+
json (2.6.3)
78+
minitest (5.20.0)
79+
molinillo (0.8.0)
80+
mutex_m (0.2.0)
81+
nanaimo (0.3.0)
82+
nap (1.1.0)
83+
netrc (0.11.0)
84+
public_suffix (4.0.7)
85+
rexml (3.2.6)
86+
ruby-macho (2.5.1)
87+
ruby2_keywords (0.0.5)
88+
typhoeus (1.4.0)
89+
ethon (>= 0.9.0)
90+
tzinfo (2.0.6)
91+
concurrent-ruby (~> 1.0)
92+
xcodeproj (1.23.0)
93+
CFPropertyList (>= 2.3.3, < 4.0)
94+
atomos (~> 0.1.3)
95+
claide (>= 1.0.2, < 2.0)
96+
colored2 (~> 3.1)
97+
nanaimo (~> 0.3.0)
98+
rexml (~> 3.2.4)
99+
100+
PLATFORMS
101+
arm64-darwin-23
102+
103+
DEPENDENCIES
104+
cocoapods (~> 1.14.2)
105+
106+
BUNDLED WITH
107+
2.4.14

0 commit comments

Comments
 (0)