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

Replace thin with puma.

This commit is contained in:
Dan Barber 2013-11-29 17:48:21 +00:00
parent 881fdcfd96
commit 3fe6e3ff3f
2 changed files with 4 additions and 8 deletions

View File

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

View File

@ -7,10 +7,8 @@ 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)
@ -22,6 +20,8 @@ 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,10 +70,6 @@ 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.0)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.5.0)
thor (0.18.1) thor (0.18.1)
tilt (1.4.1) tilt (1.4.1)
@ -83,6 +79,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
foreman foreman
pry pry
puma
rspec rspec
rspec-mocks rspec-mocks
ruby-mpd ruby-mpd
@ -90,4 +87,3 @@ DEPENDENCIES
sinatra sinatra
sinatra-asset-pipeline sinatra-asset-pipeline
sinatra-contrib sinatra-contrib
thin