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
| @@ -19,6 +19,7 @@ gem "inifile" | @@ -19,6 +19,7 @@ gem "inifile" | ||
| 19 | gem "net-ssh" | 19 | gem "net-ssh" |
| 20 | gem "albino", :git => "git://github.com/randx/albino.git" | 20 | gem "albino", :git => "git://github.com/randx/albino.git" |
| 21 | gem "kaminari" | 21 | gem "kaminari" |
| 22 | +gem "thin" | ||
| 22 | 23 | ||
| 23 | group :assets do | 24 | group :assets do |
| 24 | gem 'sass-rails', " ~> 3.1.0" | 25 | gem 'sass-rails', " ~> 3.1.0" |
Gemfile.lock
| @@ -83,6 +83,7 @@ GEM | @@ -83,6 +83,7 @@ GEM | ||
| 83 | execjs | 83 | execjs |
| 84 | coffee-script-source (1.1.2) | 84 | coffee-script-source (1.1.2) |
| 85 | columnize (0.3.4) | 85 | columnize (0.3.4) |
| 86 | + daemons (1.1.4) | ||
| 86 | database_cleaner (0.6.7) | 87 | database_cleaner (0.6.7) |
| 87 | devise (1.4.7) | 88 | devise (1.4.7) |
| 88 | bcrypt-ruby (~> 3.0) | 89 | bcrypt-ruby (~> 3.0) |
| @@ -90,6 +91,7 @@ GEM | @@ -90,6 +91,7 @@ GEM | ||
| 90 | warden (~> 1.0.3) | 91 | warden (~> 1.0.3) |
| 91 | diff-lcs (1.1.3) | 92 | diff-lcs (1.1.3) |
| 92 | erubis (2.7.0) | 93 | erubis (2.7.0) |
| 94 | + eventmachine (0.12.10) | ||
| 93 | execjs (1.2.6) | 95 | execjs (1.2.6) |
| 94 | multi_json (~> 1.0) | 96 | multi_json (~> 1.0) |
| 95 | faker (0.9.5) | 97 | faker (0.9.5) |
| @@ -209,6 +211,10 @@ GEM | @@ -209,6 +211,10 @@ GEM | ||
| 209 | stamp (0.1.6) | 211 | stamp (0.1.6) |
| 210 | therubyracer (0.9.4) | 212 | therubyracer (0.9.4) |
| 211 | libv8 (~> 3.3.10) | 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 | thor (0.14.6) | 218 | thor (0.14.6) |
| 213 | tilt (1.3.3) | 219 | tilt (1.3.3) |
| 214 | treetop (1.4.10) | 220 | treetop (1.4.10) |
| @@ -261,6 +267,7 @@ DEPENDENCIES | @@ -261,6 +267,7 @@ DEPENDENCIES | ||
| 261 | sqlite3 | 267 | sqlite3 |
| 262 | stamp | 268 | stamp |
| 263 | therubyracer | 269 | therubyracer |
| 270 | + thin | ||
| 264 | turn | 271 | turn |
| 265 | uglifier | 272 | uglifier |
| 266 | will_paginate (~> 3.0) | 273 | will_paginate (~> 3.0) |