This commit is contained in:
joshua stein 2012-06-30 16:34:15 -05:00
parent 0a97a5672c
commit 0665176611
2 changed files with 8 additions and 1 deletions

View file

@ -24,7 +24,7 @@ end
# gem 'jbuilder' # gem 'jbuilder'
# Use unicorn as the app server # Use unicorn as the app server
# gem 'unicorn' gem 'unicorn'
# Deploy with Capistrano # Deploy with Capistrano
# gem 'capistrano' # gem 'capistrano'

View file

@ -41,6 +41,7 @@ GEM
railties (>= 3.2.0, < 5.0) railties (>= 3.2.0, < 5.0)
thor (~> 0.14) thor (~> 0.14)
json (1.6.5) json (1.6.5)
kgio (2.7.4)
machinist (2.0) machinist (2.0)
mail (2.4.4) mail (2.4.4)
i18n (>= 0.4.0) i18n (>= 0.4.0)
@ -72,6 +73,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.6) thor (~> 0.14.6)
raindrops (0.9.0)
rake (0.9.2.2) rake (0.9.2.2)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
@ -99,6 +101,10 @@ GEM
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.32) tzinfo (0.3.32)
unicorn (4.3.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
PLATFORMS PLATFORMS
ruby ruby
@ -112,3 +118,4 @@ DEPENDENCIES
rails (= 3.2.2) rails (= 3.2.2)
rspec-rails (~> 2.6) rspec-rails (~> 2.6)
sqlite3 sqlite3
unicorn