-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
76 lines (73 loc) · 1.52 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:
airbrussh (1.4.1)
sshkit (>= 1.6.1, != 1.7.0)
capistrano (3.17.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
concurrent-ruby (1.1.10)
daemons (1.4.1)
decisiontree (0.5.0)
eventmachine (1.2.7)
ffi (1.15.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
multi_json (1.15.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (7.0.1)
rack (2.2.4)
rack-protection (2.2.2)
rack
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rerun (0.13.1)
listen (~> 3.0)
ruby2_keywords (0.0.5)
sequel (5.60.1)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.2)
tilt (~> 2.0)
sinatra-contrib (2.2.2)
multi_json
mustermann (~> 2.0)
rack-protection (= 2.2.2)
sinatra (= 2.2.2)
tilt (~> 2.0)
sqlite3 (1.5.0-x86_64-linux)
sshkit (1.21.3)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.11)
PLATFORMS
x86_64-linux
DEPENDENCIES
capistrano
decisiontree
ffi (>= 1.15.5)
rack (>= 2.2)
rake
rerun
sequel
sinatra (~> 2.2.2)
sinatra-contrib (~> 2.2.2)
sqlite3
thin
BUNDLED WITH
2.3.8