forked from ttanimichi/async-websocket-pubsub-example
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
103 lines (100 loc) · 2.33 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
GEM
remote: https://rubygems.org/
specs:
async (2.21.1)
console (~> 1.29)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
async-container (0.18.3)
async (~> 2.10)
async-http (0.86.0)
async (>= 2.10.2)
async-pool (~> 0.9)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.43)
protocol-http1 (>= 0.28.1)
protocol-http2 (~> 0.22)
traces (~> 0.10)
async-http-cache (0.4.4)
async-http (~> 0.56)
async-pool (0.10.2)
async (>= 1.25)
traces
async-redis (0.11.0)
async (~> 2.10)
async-pool (~> 0.2)
io-endpoint (~> 0.10)
io-stream (~> 0.4)
protocol-redis (~> 0.9)
async-service (0.12.0)
async
async-container (~> 0.16)
async-websocket (0.30.0)
async-http (~> 0.76)
protocol-http (~> 0.34)
protocol-rack (~> 0.7)
protocol-websocket (~> 0.17)
console (1.29.2)
fiber-annotation
fiber-local (~> 1.1)
json
falcon (0.48.4)
async
async-container (~> 0.18)
async-http (~> 0.75)
async-http-cache (~> 0.4)
async-service (~> 0.10)
bundler
localhost (~> 1.1)
openssl (~> 3.0)
process-metrics (~> 0.2)
protocol-http (~> 0.31)
protocol-rack (~> 0.7)
samovar (~> 2.3)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.0)
foreman (0.88.1)
io-endpoint (0.14.0)
io-event (1.7.5)
io-stream (0.6.1)
json (2.9.1)
localhost (1.3.1)
mapping (1.1.1)
metrics (0.12.1)
openssl (3.3.0)
process-metrics (0.3.0)
console (~> 1.8)
json (~> 2)
samovar (~> 2.1)
protocol-hpack (1.5.1)
protocol-http (0.47.1)
protocol-http1 (0.28.1)
protocol-http (~> 0.22)
protocol-http2 (0.22.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
protocol-rack (0.11.1)
protocol-http (~> 0.43)
rack (>= 1.0)
protocol-redis (0.9.0)
protocol-websocket (0.20.1)
protocol-http (~> 0.2)
rack (3.1.8)
samovar (2.3.0)
console (~> 1.0)
mapping (~> 1.0)
traces (0.14.1)
PLATFORMS
arm64-darwin-23
ruby
DEPENDENCIES
async-redis (~> 0.11.0)
async-websocket (~> 0.30.0)
falcon (~> 0.48.4)
foreman (~> 0.88.1)
BUNDLED WITH
2.6.2