1
0
Fork 0

Adding thin to production enviroment

This commit is contained in:
Gregory Eremin 2011-10-05 18:46:06 +04:00
parent 3b1cf7d651
commit 03ca130524
2 changed files with 7 additions and 0 deletions

View File

@ -26,4 +26,5 @@ end
group :production do
gem 'pg'
gem 'uglifier'
gem 'thin'
end

View File

@ -52,6 +52,7 @@ GEM
activesupport (~> 3.0)
daemons
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.2.9)
multi_json (~> 1.0)
haml (3.1.3)
@ -104,6 +105,10 @@ GEM
tilt (~> 1.1, != 1.3.0)
therubyracer (0.9.4)
libv8 (~> 3.3.10)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
@ -132,4 +137,5 @@ DEPENDENCIES
rails (= 3.1.0)
sass
therubyracer
thin
uglifier