Commit 3f8859ed by David Ormsbee

The return of the Procfile and the intro of Unicorn

parent 6d1be93d
...@@ -49,3 +49,4 @@ group :test do ...@@ -49,3 +49,4 @@ group :test do
end end
gem 'newrelic_rpm' gem 'newrelic_rpm'
gem 'unicorn'
\ No newline at end of file
...@@ -88,6 +88,7 @@ GEM ...@@ -88,6 +88,7 @@ GEM
hike (1.2.1) hike (1.2.1)
i18n (0.6.0) i18n (0.6.0)
journey (1.0.4) journey (1.0.4)
kgio (2.7.4)
method_source (0.8) method_source (0.8)
mime-types (1.19) mime-types (1.19)
mongo (1.6.4) mongo (1.6.4)
...@@ -115,6 +116,7 @@ GEM ...@@ -115,6 +116,7 @@ GEM
rack rack
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
raindrops (0.10.0)
rake (0.9.2.2) rake (0.9.2.2)
rdiscount (1.6.8) rdiscount (1.6.8)
rest-client (1.6.7) rest-client (1.6.7)
...@@ -146,6 +148,10 @@ GEM ...@@ -146,6 +148,10 @@ GEM
tire-contrib (0.1.1) tire-contrib (0.1.1)
tire tire
tzinfo (0.3.33) tzinfo (0.3.33)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
yajl-ruby (1.1.0) yajl-ruby (1.1.0)
PLATFORMS PLATFORMS
...@@ -179,5 +185,6 @@ DEPENDENCIES ...@@ -179,5 +185,6 @@ DEPENDENCIES
sinatra sinatra
tire tire
tire-contrib tire-contrib
unicorn
voteable_mongo! voteable_mongo!
yajl-ruby yajl-ruby
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment