mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-26 07:58:10 +01:00
thin
This commit is contained in:
parent
c7e5a4e758
commit
6b729e79f2
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
daemons (1.1.9)
|
||||
eventmachine (1.0.3)
|
||||
rack (1.5.2)
|
||||
rack-protection (1.5.3)
|
||||
rack
|
||||
|
@ -11,6 +13,10 @@ GEM
|
|||
tilt (~> 1.3, >= 1.3.4)
|
||||
sinatra-param (1.2.2)
|
||||
sinatra (~> 1.3)
|
||||
thin (1.6.2)
|
||||
daemons (>= 1.0.9)
|
||||
eventmachine (>= 1.0.0)
|
||||
rack (>= 1.0.0)
|
||||
tilt (1.4.1)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -20,3 +26,4 @@ DEPENDENCIES
|
|||
rack-rewrite
|
||||
sinatra
|
||||
sinatra-param
|
||||
thin
|
||||
|
|
Loading…
Add table
Reference in a new issue