bundle update

This commit is contained in:
Gwenhael Le Moine 2014-10-12 08:23:43 +02:00
parent e635701813
commit 726a2c2498

View file

@ -13,10 +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)
thin (1.6.3)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
tilt (1.4.1)
PLATFORMS