Skip to content

Commit

Permalink
Need unicorn for production.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Terrell committed Dec 19, 2013
1 parent 0de414f commit 18da645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ gem 'draper'
# mysql gem
gem 'mysql2'

# Unicorn for web server
gem 'unicorn', '~>4.6.3'

group :development do
gem 'pry'
gem 'pry-doc'
Expand All @@ -79,7 +82,6 @@ group :development do
# Guard for auto-test running
gem 'guard', '~>1.0'
gem 'guard-rspec', '~>3.0'
gem 'unicorn', '~>4.6.3'
end

group :development, :test do
Expand Down

0 comments on commit 18da645

Please sign in to comment.