This commit is contained in:
Gwenhael Le Moine 2014-07-31 17:13:56 +02:00
parent c7e5a4e758
commit 6b729e79f2

View file

@ -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