Adding thin to production enviroment
This commit is contained in:
parent
3b1cf7d651
commit
03ca130524
1
Gemfile
1
Gemfile
|
@ -26,4 +26,5 @@ end
|
||||||
group :production do
|
group :production do
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'uglifier'
|
gem 'uglifier'
|
||||||
|
gem 'thin'
|
||||||
end
|
end
|
|
@ -52,6 +52,7 @@ GEM
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
daemons
|
daemons
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
|
eventmachine (0.12.10)
|
||||||
execjs (1.2.9)
|
execjs (1.2.9)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
haml (3.1.3)
|
haml (3.1.3)
|
||||||
|
@ -104,6 +105,10 @@ GEM
|
||||||
tilt (~> 1.1, != 1.3.0)
|
tilt (~> 1.1, != 1.3.0)
|
||||||
therubyracer (0.9.4)
|
therubyracer (0.9.4)
|
||||||
libv8 (~> 3.3.10)
|
libv8 (~> 3.3.10)
|
||||||
|
thin (1.2.11)
|
||||||
|
daemons (>= 1.0.9)
|
||||||
|
eventmachine (>= 0.12.6)
|
||||||
|
rack (>= 1.0.0)
|
||||||
thor (0.14.6)
|
thor (0.14.6)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
treetop (1.4.10)
|
treetop (1.4.10)
|
||||||
|
@ -132,4 +137,5 @@ DEPENDENCIES
|
||||||
rails (= 3.1.0)
|
rails (= 3.1.0)
|
||||||
sass
|
sass
|
||||||
therubyracer
|
therubyracer
|
||||||
|
thin
|
||||||
uglifier
|
uglifier
|
||||||
|
|
Loading…
Reference in New Issue