changed Gemfile, added foreman and unicorn

This commit is contained in:
Ken Johnson
2013-03-19 17:33:03 -04:00
parent dafe2a5f4a
commit 642f5dc856
4 changed files with 13 additions and 243 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ gem 'rails', '3.2.13'
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'foreman'
# Gems used only for assets and not required
# in production environments by default.
@@ -29,7 +29,7 @@ gem 'jquery-rails'
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'