-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
100 lines (97 loc) · 2.17 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
GEM
remote: https://rubygems.org/
specs:
async (2.18.0)
console (~> 1.26)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
async-http (0.82.2)
async (>= 2.10.2)
async-pool (~> 0.9)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.37)
protocol-http1 (>= 0.28.1)
protocol-http2 (~> 0.19)
traces (~> 0.10)
async-http-faraday (0.19.0)
async-http (~> 0.42)
faraday
async-pool (0.10.1)
async (>= 1.25)
traces
base64 (0.2.0)
console (1.27.0)
fiber-annotation
fiber-local (~> 1.1)
json
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.0)
io-endpoint (0.14.0)
io-event (1.7.3)
io-stream (0.6.0)
json (2.7.5)
logger (1.6.1)
metrics (0.12.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
nio4r (2.7.4)
protocol-hpack (1.5.1)
protocol-http (0.42.0)
protocol-http1 (0.28.1)
protocol-http (~> 0.22)
protocol-http2 (0.19.3)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
puma (6.4.3)
nio4r (~> 2.0)
rack (3.1.8)
rack-protection (4.1.0)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
ruby2_keywords (0.0.5)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
ssoready (0.1.0)
async-http-faraday (>= 0.0, < 1.0)
faraday (>= 1.10, < 3.0)
faraday-net_http (>= 1.0, < 4.0)
faraday-retry (>= 1.0, < 3.0)
tilt (2.4.0)
traces (0.13.1)
uri (0.13.1)
webrick (1.9.0)
PLATFORMS
arm64-darwin-23
ruby
DEPENDENCIES
puma (~> 6.4)
rackup (~> 2.1)
sinatra (~> 4.1)
ssoready (~> 0.1.0)
BUNDLED WITH
2.5.16