forked from tkrk10/tkrk10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
142 lines (138 loc) · 2.86 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
GIT
remote: git://github.com/rack/rack.git
revision: edc8b923fa4ea4e3c1ce8778f5ddbc89688bc01b
specs:
rack (1.4.1)
GIT
remote: git://github.com/sinatra/sinatra.git
revision: e47f6beda27a98fb437e55b27b9ae2393893f9c7
specs:
sinatra (1.4.0)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
binding_of_caller (0.6.7)
capistrano (2.12.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
capistrano-ext (1.2.1)
capistrano (>= 1.0.0)
capistrano_colors (0.5.5)
chronic (0.6.7)
coderay (1.0.7)
daemons (1.1.8)
eventmachine (0.12.10)
excon (0.14.3)
faraday (0.8.1)
multipart-post (~> 1.1)
foreman (0.48.0)
thor (>= 0.13.6)
haml (3.1.6)
hashie (1.2.0)
heroku (2.28.10)
heroku-api (~> 0.2.7)
launchy (>= 0.3.2)
netrc (~> 0.7.5)
rest-client (~> 1.6.1)
rubyzip
heroku-api (0.2.7)
excon (~> 0.14.3)
highline (1.6.13)
hirb (0.7.0)
hirb-unicode (0.0.5)
hirb (~> 0.5)
unicode-display_width (~> 0.1.1)
httpauth (0.1)
i18n (0.6.0)
json (1.7.3)
jwt (0.1.4)
json (>= 1.2.4)
launchy (2.1.0)
addressable (~> 2.2.6)
method_source (0.7.1)
mime-types (1.19)
multi_json (1.3.6)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.5.2)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
netrc (0.7.5)
oauth2 (0.8.0)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
pit (0.0.6)
pry (0.9.9.6)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry-exception_explorer (0.1.9)
pry-stack_explorer (>= 0.3.9)
pry-nav (0.2.1)
pry (~> 0.9.9)
pry-stack_explorer (0.4.2)
binding_of_caller (~> 0.6.2)
pry (~> 0.9.9)
rack-protection (1.2.0)
rack
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.9)
sass (3.1.20)
shotgun (0.9)
rack (>= 1.0)
slop (2.4.4)
thin (1.4.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.15.4)
tilt (1.3.3)
unicode-display_width (0.1.1)
whenever (0.7.3)
activesupport (>= 2.3.4)
chronic (~> 0.6.3)
will_paginate (3.0.3)
PLATFORMS
ruby
DEPENDENCIES
addressable
capistrano
capistrano-ext
capistrano_colors
foreman
haml
hashie
heroku
hirb
hirb-unicode
i18n
oauth2
pit
pry
pry-exception_explorer
pry-nav
pry-stack_explorer
rack!
sass
shotgun
sinatra!
thin
whenever
will_paginate