replaced thin with puma

This commit is contained in:
Gwenhael Le Moine 2015-01-11 09:16:31 +01:00
parent c5d3a17027
commit 54016a8ee9
2 changed files with 6 additions and 10 deletions

View file

@ -5,4 +5,4 @@ source 'https://rubygems.org'
gem 'rack-rewrite' gem 'rack-rewrite'
gem 'sinatra' gem 'sinatra'
gem 'sinatra-param' gem 'sinatra-param'
gem 'thin' gem 'puma'

View file

@ -1,29 +1,25 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
daemons (1.1.9) puma (2.10.2)
eventmachine (1.0.3) rack (>= 1.1, < 2.0)
rack (1.5.2) rack (1.6.0)
rack-protection (1.5.3) rack-protection (1.5.3)
rack rack
rack-rewrite (1.5.0) rack-rewrite (1.5.1)
sinatra (1.4.5) sinatra (1.4.5)
rack (~> 1.4) rack (~> 1.4)
rack-protection (~> 1.4) rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4) tilt (~> 1.3, >= 1.3.4)
sinatra-param (1.2.2) sinatra-param (1.2.2)
sinatra (~> 1.3) sinatra (~> 1.3)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
tilt (1.4.1) tilt (1.4.1)
PLATFORMS PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
puma
rack-rewrite rack-rewrite
sinatra sinatra
sinatra-param sinatra-param
thin