Skip to content

Commit

Permalink
use puma.
Browse files Browse the repository at this point in the history
Using thin and unicorn is silly
  • Loading branch information
steveklabnik committed Feb 16, 2013
1 parent 277ed9a commit 8fd92e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gem "haml-rails", "~> 0.3.4"
gem 'jquery-rails', "~> 1.0.12"
gem 'airbrake', "~> 3.0.9"
gem 'bcrypt-ruby', "~> 3.0.0"
gem 'thin', "~> 1.5.0"
gem 'omniauth', "~> 1.1.0"
gem "omniauth-twitter", "~> 0.0.12"
gem "mongo_mapper", "~> 0.12.0"
Expand Down Expand Up @@ -47,9 +46,9 @@ gem "delayed_job", :git => "git://github.com/collectiveidea/delayed
gem "delayed_job_mongo_mapper", :git => "git://github.com/earbits/delayed_job_mongo_mapper.git"
gem "whenever", "~> 0.6.8"

group :production do
gem 'unicorn', "~> 4.0.1"
end
# web server

gem "puma"

group :development, :test do
gem "database_cleaner", "~> 0.6.7"
Expand Down

0 comments on commit 8fd92e5

Please sign in to comment.