1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00

Switch to thin.

This commit is contained in:
Dan Barber 2013-12-06 13:46:34 +00:00
parent 81d22a2e6c
commit 8936d366db
2 changed files with 8 additions and 4 deletions

View File

@ -23,5 +23,5 @@ group :development do
end end
group :production do group :production do
gem 'puma' gem 'thin'
end end

View File

@ -7,8 +7,10 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.6.3) coffee-script-source (1.6.3)
daemons (1.1.9)
diff-lcs (1.2.4) diff-lcs (1.2.4)
dotenv (0.9.0) dotenv (0.9.0)
eventmachine (1.0.3)
execjs (2.0.2) execjs (2.0.2)
foreman (0.63.0) foreman (0.63.0)
dotenv (>= 0.7) dotenv (>= 0.7)
@ -20,8 +22,6 @@ GEM
coderay (~> 1.0.5) coderay (~> 1.0.5)
method_source (~> 0.8) method_source (~> 0.8)
slop (~> 3.4) slop (~> 3.4)
puma (2.6.0)
rack (>= 1.1, < 2.0)
rack (1.5.2) rack (1.5.2)
rack-protection (1.5.0) rack-protection (1.5.0)
rack rack
@ -70,6 +70,10 @@ GEM
sprockets-sass (1.0.2) sprockets-sass (1.0.2)
sprockets (~> 2.0) sprockets (~> 2.0)
tilt (~> 1.1) tilt (~> 1.1)
thin (1.6.1)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.18.1) thor (0.18.1)
tilt (1.4.1) tilt (1.4.1)
@ -79,7 +83,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
foreman foreman
pry pry
puma
rspec rspec
rspec-mocks rspec-mocks
ruby-mpd ruby-mpd
@ -87,3 +90,4 @@ DEPENDENCIES
sinatra sinatra
sinatra-asset-pipeline sinatra-asset-pipeline
sinatra-contrib sinatra-contrib
thin