summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-20 19:20:30 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-20 19:20:30 +0100
commit66147369d3f1a96ebd7c20bb89165a116ec1e147 (patch)
tree29322ac20106c5f98b942382a44ff9fc06eb8acb /Gemfile
parentf0f27ea9b4a1ae9f0d47c2e900da7882fe0bceaa (diff)
Use thin to get rid of those annoying
"WARN Could not determine content-length of response body." log entries.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6fec7e7..2738418 100644
--- a/Gemfile
+++ b/Gemfile
@@ -73,6 +73,8 @@ gem 'uuid'
# Application server
gem 'unicorn'
+gem 'thin'
+
# Local Variables:
# mode: ruby
# End: