-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
114 lines (110 loc) · 2.38 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
PATH
remote: .
specs:
ic_agent (0.2.1)
base32 (~> 0.3.4)
bitcoin-ruby (~> 0.0.20)
bls12-381 (~> 0.3.0)
cbor (~> 0.5.9.6)
ctf-party (~> 2.3)
ecdsa (~> 1.2)
ed25519 (~> 1.3)
faraday (~> 2.7)
leb128 (~> 1.0)
rbsecp256k1 (~> 6.0)
ruby-enum (~> 0.9.0)
rubytree (~> 2.0)
treetop (~> 1.6)
GEM
remote: https://rubygems.org/
specs:
base32 (0.3.4)
bitcoin-ruby (0.0.20)
eventmachine
ffi
scrypt
bls12-381 (0.3.0)
h2c (~> 0.2.0)
byebug (11.1.3)
cbor (0.5.9.6)
coderay (1.1.3)
concurrent-ruby (1.2.2)
ctf-party (2.3.0)
docopt (~> 0.6)
diff-lcs (1.5.0)
docopt (0.6.1)
ecdsa (1.2.0)
ed25519 (1.3.0)
eventmachine (1.2.7)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
h2c (0.2.0)
ecdsa (~> 1.2.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
leb128 (1.0.0)
method_source (1.0.0)
mini_portile2 (2.8.4)
pkg-config (1.5.2)
polyglot (0.3.5)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.0.6)
rbsecp256k1 (6.0.0)
mini_portile2 (~> 2.8)
pkg-config (~> 1.5)
rubyzip (~> 2.3)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
ruby-enum (0.9.0)
i18n
ruby2_keywords (0.0.5)
rubytree (2.0.2)
json (~> 2.0, > 2.3.1)
rubyzip (2.3.2)
scrypt (3.0.7)
ffi-compiler (>= 1.0, < 2.0)
treetop (1.6.12)
polyglot (~> 0.3)
PLATFORMS
arm64-darwin-22
DEPENDENCIES
base32 (~> 0.3.4)
bitcoin-ruby (~> 0.0.20)
bls12-381 (~> 0.3.0)
byebug (~> 11.1, >= 11.1.3)
cbor (~> 0.5.9.6)
ctf-party (~> 2.3)
ecdsa (~> 1.2)
ed25519 (~> 1.3)
faraday (~> 2.7, >= 2.7.4)
ic_agent!
leb128 (~> 1.0)
pry
rake (~> 13.0)
rbsecp256k1 (~> 6.0)
rspec (~> 3.2)
ruby-enum (~> 0.9.0)
rubytree (~> 2.0)
treetop (~> 1.6, >= 1.6.12)
BUNDLED WITH
2.4.10