This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Gemfile.lock
86 lines (82 loc) · 1.85 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
PATH
remote: .
specs:
ciri (0.0.4)
async (~> 1.10.3)
async-io (~> 1.15.5)
bitcoin-secp256k1 (~> 0.4.0)
ciri-common (~> 0.1.0)
ciri-crypto (~> 0.1.1)
ciri-p2p (~> 0.1.0)
ciri-rlp (~> 1.0.1)
ciri-utils (~> 0.2.2)
concurrent-ruby (~> 1.0.5)
ethash (~> 0.2.0)
ffi (~> 1.9.23)
lru_redux (~> 1.1.0)
snappy (~> 0.0.17)
ciri-common (0.1.0)
ciri-crypto (~> 0.1.1)
ciri-rlp (~> 1.0.1)
ciri-utils (~> 0.2.2)
ciri-p2p (0.3.0)
async (~> 1.10.3)
async-io (~> 1.15.5)
ciri-common (~> 0.1.0)
ciri-crypto (~> 0.1.1)
ciri-rlp (~> 1.0.1)
ciri-utils (~> 0.2.2)
snappy (~> 0.0.17)
ciri-utils (0.2.2)
digest-sha3 (~> 1.1.0)
GEM
remote: https://rubygems.org/
specs:
async (1.10.3)
nio4r (~> 2.3)
timers (~> 4.1)
async-io (1.15.5)
async (~> 1.3)
bitcoin-secp256k1 (0.4.0)
ffi (>= 1.9.10)
ciri-crypto (0.1.1)
bitcoin-secp256k1 (~> 0.4.0)
ciri-utils (~> 0.2.0)
ciri-rlp (1.0.1)
ciri-utils (>= 0.2.2)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
digest-sha3 (1.1.0)
ethash (0.2.0)
ffi (1.9.25)
lru_redux (1.1.0)
nio4r (2.3.1)
parallel (1.17.0)
parallel_tests (2.28.0)
parallel
rake (12.3.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
snappy (0.0.17)
timers (4.3.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.16)
ciri!
parallel_tests (~> 2.28)
rake (~> 12.0)
rspec (~> 3.8)
BUNDLED WITH
1.17.2