-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
76 lines (73 loc) · 1.54 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
GEM
remote: https://rubygems.org/
specs:
async (2.6.4)
console (~> 1.10)
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
async-http (0.60.2)
async (>= 1.25)
async-io (>= 1.28)
async-pool (>= 0.2)
protocol-http (~> 0.24.0)
protocol-http1 (~> 0.15.0)
protocol-http2 (~> 0.15.0)
traces (>= 0.10.0)
async-io (1.36.0)
async
async-pool (0.4.0)
async (>= 1.25)
benchmark-ips (2.12.0)
console (1.23.2)
fiber-annotation
fiber-local
db (0.10.3)
async-io
async-pool
db-mariadb (0.10.0)
async-io
ffi-module (~> 0.3.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.16.2)
ffi-module (0.3.0)
ffi
fiber-annotation (0.2.0)
fiber-local (1.0.0)
gvl-tracing (1.4.0)
io-event (1.3.2)
mysql2 (0.5.5)
parallel (1.23.0)
protocol-hpack (1.4.2)
protocol-http (0.24.7)
protocol-http1 (0.15.1)
protocol-http (~> 0.22)
protocol-http2 (0.15.1)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
ruby-prof (1.6.3)
thread-local (1.1.0)
timers (4.3.5)
traces (0.11.1)
trilogy (2.6.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
async (~> 2.6)
async-http (~> 0.60.2)
async-io (~> 1.36)
benchmark-ips (~> 2.12)
db (~> 0.10.3)
db-mariadb (~> 0.10.0)
gvl-tracing (~> 1.4)
mysql2 (~> 0.5.5)
parallel (~> 1.23)
ruby-prof (~> 1.6)
thread-local (~> 1.1)
trilogy (~> 2.6)
typhoeus (~> 1.4)
BUNDLED WITH
2.3.26