-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
122 lines (119 loc) · 2.73 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
115
116
117
118
119
120
121
122
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
async (1.21.0)
console (~> 1.0)
nio4r (~> 2.3)
timers (~> 4.1)
async-container (0.14.1)
async (~> 1.0)
async-io (~> 1.4)
process-group
async-http (0.48.2)
async (~> 1.19)
async-io (~> 1.25)
protocol-http (~> 0.12.0)
protocol-http1 (~> 0.9.0)
protocol-http2 (~> 0.9.0)
async-io (1.25.0)
async (~> 1.14)
build-environment (1.11.0)
concurrent-ruby (1.1.5)
console (1.4.0)
content_disposition (1.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
down (4.8.1)
addressable (~> 2.5)
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-core (0.4.9)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.2)
dry-events (0.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4)
dry-equalizer (~> 0.2)
dry-monitor (0.3.1)
dry-configurable (~> 0.5)
dry-core (~> 0.4)
dry-equalizer (~> 0.2)
dry-events (~> 0.1)
erubi (1.7.1)
falcon (0.34.2)
async (~> 1.13)
async-container (~> 0.14.0)
async-http (~> 0.48.0)
async-io (~> 1.22)
build-environment (~> 1.11)
localhost (~> 1.1)
rack (>= 1.0)
samovar (~> 2.1)
forme (1.8.0)
http (4.1.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.1.1)
http_parser.rb (0.6.0)
localhost (1.1.6)
mapping (1.1.1)
nio4r (2.5.2)
pg (0.19.0)
process-group (1.1.0)
protocol-hpack (1.4.1)
protocol-http (0.12.1)
protocol-http1 (0.9.0)
protocol-http (~> 0.5)
protocol-http2 (0.9.5)
protocol-hpack (~> 1.4)
protocol-http (~> 0.2)
public_suffix (4.0.1)
rack (2.2.3)
roda (3.24.0)
rack
samovar (2.1.1)
console (~> 1.0)
mapping (~> 1.0)
sequel (5.7.1)
shrine (3.0.0.beta3)
content_disposition (~> 1.0)
down (~> 4.1)
shrine-tus (2.0.0)
shrine (>= 3.0.0.beta3, < 4)
shrine-url (>= 2.2.1, < 3)
tus-server (~> 2.0)
shrine-url (2.3.0)
down (~> 4.4)
http (>= 3.2, < 5)
shrine (>= 2.0, < 4)
tilt (2.0.8)
timers (4.3.0)
tus-server (2.3.0)
content_disposition (~> 1.0)
roda (>= 2.27, < 4)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
PLATFORMS
ruby
DEPENDENCIES
dry-monitor
erubi
falcon (>= 0.18.14, < 1)
forme (~> 1.8)
pg
roda (~> 3.0)
sequel
shrine (>= 3.0.0.beta3)
shrine-tus (~> 2.0)
tilt (>= 2.0.8)
tus-server (>= 2.1.2, < 3)
BUNDLED WITH
1.17.3