From 8936d366dbb7f8b292f04a2c3a15da9497585891 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 6 Dec 2013 13:46:34 +0000 Subject: [PATCH] Switch to thin. --- Gemfile | 2 +- Gemfile.lock | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 030dd12..b813c01 100644 --- a/Gemfile +++ b/Gemfile @@ -23,5 +23,5 @@ group :development do end group :production do - gem 'puma' + gem 'thin' end diff --git a/Gemfile.lock b/Gemfile.lock index 7c40486..c1933cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,10 @@ GEM coffee-script-source execjs coffee-script-source (1.6.3) + daemons (1.1.9) diff-lcs (1.2.4) dotenv (0.9.0) + eventmachine (1.0.3) execjs (2.0.2) foreman (0.63.0) dotenv (>= 0.7) @@ -20,8 +22,6 @@ GEM coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - puma (2.6.0) - rack (>= 1.1, < 2.0) rack (1.5.2) rack-protection (1.5.0) rack @@ -70,6 +70,10 @@ GEM sprockets-sass (1.0.2) sprockets (~> 2.0) tilt (~> 1.1) + thin (1.6.1) + daemons (>= 1.0.9) + eventmachine (>= 1.0.0) + rack (>= 1.0.0) thor (0.18.1) tilt (1.4.1) @@ -79,7 +83,6 @@ PLATFORMS DEPENDENCIES foreman pry - puma rspec rspec-mocks ruby-mpd @@ -87,3 +90,4 @@ DEPENDENCIES sinatra sinatra-asset-pipeline sinatra-contrib + thin