diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:20:30 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-20 19:20:30 +0100 |
commit | 66147369d3f1a96ebd7c20bb89165a116ec1e147 (patch) | |
tree | 29322ac20106c5f98b942382a44ff9fc06eb8acb /Gemfile.lock | |
parent | f0f27ea9b4a1ae9f0d47c2e900da7882fe0bceaa (diff) |
Use thin to get rid of those annoying
"WARN Could not determine content-length of response body." log entries.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b21a99e..79c6339 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,6 +55,7 @@ GEM compass-rails (1.0.3) compass (>= 0.12.2, < 0.14) cookiejar (0.3.0) + daemons (1.1.9) dalli (2.6.0) delayed_job (3.0.4) activesupport (~> 3.0) @@ -168,6 +169,10 @@ GEM railties (~> 3.0) subexec (0.2.2) systemu (2.5.2) + thin (1.5.0) + daemons (>= 1.0.9) + eventmachine (>= 0.12.6) + rack (>= 1.0.0) thor (0.16.0) tilt (1.3.3) treetop (1.4.12) @@ -221,6 +226,7 @@ DEPENDENCIES sqlite3 state_machine strong_parameters + thin uglifier (>= 1.3.0) unicorn uuid |