Commit b19a04f53caeebf4fe5ec2327cb83e9253dc91bb
1 parent
b98a310d
Exists in
master
and in
4 other branches
added thin
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -83,6 +83,7 @@ GEM |
83 | 83 | execjs |
84 | 84 | coffee-script-source (1.1.2) |
85 | 85 | columnize (0.3.4) |
86 | + daemons (1.1.4) | |
86 | 87 | database_cleaner (0.6.7) |
87 | 88 | devise (1.4.7) |
88 | 89 | bcrypt-ruby (~> 3.0) |
... | ... | @@ -90,6 +91,7 @@ GEM |
90 | 91 | warden (~> 1.0.3) |
91 | 92 | diff-lcs (1.1.3) |
92 | 93 | erubis (2.7.0) |
94 | + eventmachine (0.12.10) | |
93 | 95 | execjs (1.2.6) |
94 | 96 | multi_json (~> 1.0) |
95 | 97 | faker (0.9.5) |
... | ... | @@ -209,6 +211,10 @@ GEM |
209 | 211 | stamp (0.1.6) |
210 | 212 | therubyracer (0.9.4) |
211 | 213 | libv8 (~> 3.3.10) |
214 | + thin (1.2.11) | |
215 | + daemons (>= 1.0.9) | |
216 | + eventmachine (>= 0.12.6) | |
217 | + rack (>= 1.0.0) | |
212 | 218 | thor (0.14.6) |
213 | 219 | tilt (1.3.3) |
214 | 220 | treetop (1.4.10) |
... | ... | @@ -261,6 +267,7 @@ DEPENDENCIES |
261 | 267 | sqlite3 |
262 | 268 | stamp |
263 | 269 | therubyracer |
270 | + thin | |
264 | 271 | turn |
265 | 272 | uglifier |
266 | 273 | will_paginate (~> 3.0) | ... | ... |