Skip to content

Commit 2fb5b96

Browse files
committed
chore: add Gemfile.lock
1 parent b5cc94b commit 2fb5b96

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

Gemfile.lock

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (8.1.1)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
json
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.8)
18+
public_suffix (>= 2.0.2, < 8.0)
19+
base64 (0.3.0)
20+
bigdecimal (3.3.1)
21+
claide (1.1.0)
22+
claide-plugins (0.9.2)
23+
cork
24+
nap
25+
open4 (~> 1.3)
26+
colored2 (3.1.2)
27+
concurrent-ruby (1.3.5)
28+
connection_pool (2.5.5)
29+
cork (0.3.0)
30+
colored2 (~> 3.1)
31+
danger (9.5.3)
32+
base64 (~> 0.2)
33+
claide (~> 1.0)
34+
claide-plugins (>= 0.9.2)
35+
colored2 (>= 3.1, < 5)
36+
cork (~> 0.1)
37+
faraday (>= 0.9.0, < 3.0)
38+
faraday-http-cache (~> 2.0)
39+
git (>= 1.13, < 3.0)
40+
kramdown (>= 2.5.1, < 3.0)
41+
kramdown-parser-gfm (~> 1.0)
42+
octokit (>= 4.0)
43+
pstore (~> 0.1)
44+
terminal-table (>= 1, < 5)
45+
drb (2.2.3)
46+
faraday (2.14.0)
47+
faraday-net_http (>= 2.0, < 3.5)
48+
json
49+
logger
50+
faraday-http-cache (2.5.1)
51+
faraday (>= 0.8)
52+
faraday-net_http (3.4.2)
53+
net-http (~> 0.5)
54+
git (2.3.3)
55+
activesupport (>= 5.0)
56+
addressable (~> 2.8)
57+
process_executer (~> 1.1)
58+
rchardet (~> 1.8)
59+
i18n (1.14.7)
60+
concurrent-ruby (~> 1.0)
61+
json (2.17.0)
62+
kramdown (2.5.1)
63+
rexml (>= 3.3.9)
64+
kramdown-parser-gfm (1.1.0)
65+
kramdown (~> 2.0)
66+
logger (1.7.0)
67+
minitest (5.26.2)
68+
nap (1.1.0)
69+
net-http (0.8.0)
70+
uri (>= 0.11.1)
71+
octokit (10.0.0)
72+
faraday (>= 1, < 3)
73+
sawyer (~> 0.9)
74+
open4 (1.3.4)
75+
process_executer (1.3.0)
76+
pstore (0.2.0)
77+
public_suffix (7.0.0)
78+
rchardet (1.10.0)
79+
rexml (3.4.4)
80+
sawyer (0.9.3)
81+
addressable (>= 2.3.5)
82+
faraday (>= 0.17.3, < 3)
83+
securerandom (0.4.1)
84+
terminal-table (4.0.0)
85+
unicode-display_width (>= 1.1.1, < 4)
86+
tzinfo (2.0.6)
87+
concurrent-ruby (~> 1.0)
88+
unicode-display_width (3.2.0)
89+
unicode-emoji (~> 4.1)
90+
unicode-emoji (4.1.0)
91+
uri (1.1.1)
92+
93+
PLATFORMS
94+
x86_64-darwin-22
95+
96+
DEPENDENCIES
97+
danger
98+
99+
BUNDLED WITH
100+
2.4.21

0 commit comments

Comments
 (0)