Bump Sinatra to silence security warnings

This commit is contained in:
David Tengdin and Matthew Horan 2013-02-25 15:30:36 -05:00
parent aa2ad52796
commit a2d4f676cf
1 changed files with 8 additions and 5 deletions

View File

@ -34,7 +34,9 @@ GEM
multi_json (1.5.0)
nokogiri (1.5.6)
nokogiri (1.5.6-x86-mingw32)
rack (1.4.1)
rack (1.5.2)
rack-protection (1.3.2)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (0.9.2)
@ -52,11 +54,12 @@ GEM
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
sinatra (1.3.5)
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
subexec (0.0.4)
tilt (1.2.2)
tilt (1.3.3)
websocket (1.0.6)
xpath (1.0.0)
nokogiri (~> 1.3)