mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
replaced thin with puma
This commit is contained in:
parent
c5d3a17027
commit
54016a8ee9
2 changed files with 6 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -5,4 +5,4 @@ source 'https://rubygems.org'
|
|||
gem 'rack-rewrite'
|
||||
gem 'sinatra'
|
||||
gem 'sinatra-param'
|
||||
gem 'thin'
|
||||
gem 'puma'
|
||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,29 +1,25 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
daemons (1.1.9)
|
||||
eventmachine (1.0.3)
|
||||
rack (1.5.2)
|
||||
puma (2.10.2)
|
||||
rack (>= 1.1, < 2.0)
|
||||
rack (1.6.0)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
rack-rewrite (1.5.0)
|
||||
rack-rewrite (1.5.1)
|
||||
sinatra (1.4.5)
|
||||
rack (~> 1.4)
|
||||
rack-protection (~> 1.4)
|
||||
tilt (~> 1.3, >= 1.3.4)
|
||||
sinatra-param (1.2.2)
|
||||
sinatra (~> 1.3)
|
||||
thin (1.6.3)
|
||||
daemons (~> 1.0, >= 1.0.9)
|
||||
eventmachine (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (1.4.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
puma
|
||||
rack-rewrite
|
||||
sinatra
|
||||
sinatra-param
|
||||
thin
|
||||
|
|
Loading…
Reference in a new issue