-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathGemfile.lock
91 lines (88 loc) · 2.02 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
GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
base64 (0.2.0)
byebug (11.0.1)
connection_pool (2.4.1)
daemons (1.3.1)
dotenv (2.7.6)
eventmachine (1.2.7)
faye-websocket (0.11.0)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
jaro_winkler (1.5.3)
jwt (2.9.3)
base64
multi_json (1.15.0)
multipart-post (2.4.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-http-persistent (4.0.4)
connection_pool (~> 2.2)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
phonelib (0.9.3)
rack (2.2.3)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-protection (2.1.0)
rack
rainbow (3.0.0)
rexml (3.3.9)
rubocop (0.72.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.4)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sinatra-contrib (2.1.0)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
tilt (~> 2.0)
sorbet-runtime (0.5.11625)
thin (1.8.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.10)
unicode-display_width (1.6.0)
vonage (7.28.0)
multipart-post (~> 2.0)
net-http-persistent (~> 4.0, >= 4.0.2)
phonelib
rexml
sorbet-runtime (~> 0.5)
vonage-jwt (~> 0.2.0)
zeitwerk (~> 2, >= 2.2)
vonage-jwt (0.2.0)
jwt (~> 2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
PLATFORMS
ruby
DEPENDENCIES
byebug (~> 11.0)
dotenv (= 2.7.6)
faye-websocket (= 0.11.0)
rack-contrib (= 2.3.0)
rubocop
sinatra (= 2.1.0)
sinatra-contrib (= 2.1.0)
thin (= 1.8.0)
vonage (~> 7.28)
BUNDLED WITH
2.2.3