-
Notifications
You must be signed in to change notification settings - Fork 8
/
Gemfile.lock
79 lines (76 loc) · 1.57 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
GEM
remote: https://rubygems.org/
specs:
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
aws-sdk (2.11.68)
aws-sdk-resources (= 2.11.68)
aws-sdk-core (2.11.68)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.68)
aws-sdk-core (= 2.11.68)
aws-sigv4 (1.0.2)
capistrano (3.11.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
sshkit (>= 1.9.0)
capistrano-bundler (1.3.0)
capistrano (~> 3.1)
sshkit (~> 1.2)
capistrano-rbenv (2.1.3)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano3-unicorn (0.2.1)
capistrano (~> 3.1, >= 3.1.0)
cityhash (0.9.0)
concurrent-ruby (1.0.5)
dotenv (2.4.0)
foreman (0.84.0)
thor (~> 0.19.1)
httparty (0.16.2)
multi_xml (>= 0.5.2)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
kgio (2.11.2)
multi_xml (0.6.0)
mustermann (1.0.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (5.0.1)
rack (2.0.5)
rack-protection (2.0.3)
rack
raindrops (0.19.0)
rake (12.3.1)
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
tilt (~> 2.0)
sshkit (1.16.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
thor (0.19.4)
tilt (2.0.8)
unicorn (5.4.0)
kgio (~> 2.6)
raindrops (~> 0.7)
PLATFORMS
ruby
DEPENDENCIES
aws-sdk (~> 2)
capistrano
capistrano-bundler
capistrano-rbenv
capistrano3-unicorn
cityhash
dotenv
foreman
httparty
sinatra
unicorn
BUNDLED WITH
1.16.2