mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Bump Sinatra to silence security warnings
This commit is contained in:
parent
aa2ad52796
commit
a2d4f676cf
1 changed files with 8 additions and 5 deletions
13
Gemfile.lock
13
Gemfile.lock
|
@ -34,7 +34,9 @@ GEM
|
||||||
multi_json (1.5.0)
|
multi_json (1.5.0)
|
||||||
nokogiri (1.5.6)
|
nokogiri (1.5.6)
|
||||||
nokogiri (1.5.6-x86-mingw32)
|
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-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rake (0.9.2)
|
rake (0.9.2)
|
||||||
|
@ -52,11 +54,12 @@ GEM
|
||||||
libwebsocket (~> 0.1.3)
|
libwebsocket (~> 0.1.3)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rubyzip
|
rubyzip
|
||||||
sinatra (1.1.2)
|
sinatra (1.3.5)
|
||||||
rack (~> 1.1)
|
rack (~> 1.4)
|
||||||
tilt (~> 1.2)
|
rack-protection (~> 1.3)
|
||||||
|
tilt (~> 1.3, >= 1.3.3)
|
||||||
subexec (0.0.4)
|
subexec (0.0.4)
|
||||||
tilt (1.2.2)
|
tilt (1.3.3)
|
||||||
websocket (1.0.6)
|
websocket (1.0.6)
|
||||||
xpath (1.0.0)
|
xpath (1.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
|
|
Loading…
Reference in a new issue