gollum: rack: 1.6.10 -> 1.6.11

CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
This commit is contained in:
Alyssa Ross 2018-11-06 09:08:35 +00:00
parent 2718feae6f
commit 5b2da1ab19
No known key found for this signature in database
GPG Key ID: C4844408C0657052
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ GEM
nokogiri (1.8.4) nokogiri (1.8.4)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
posix-spawn (0.3.13) posix-spawn (0.3.13)
rack (1.6.10) rack (1.6.11)
rack-protection (1.5.5) rack-protection (1.5.5)
rack rack
rouge (2.2.1) rouge (2.2.1)
@ -65,4 +65,4 @@ DEPENDENCIES
gollum gollum
BUNDLED WITH BUNDLED WITH
1.16.3 1.16.4

View File

@ -137,10 +137,10 @@
rack = { rack = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0in0amn0kwvzmi8h5zg6ijrx5wpsf8h96zrfmnk1kwh2ql4sxs2q"; sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
type = "gem"; type = "gem";
}; };
version = "1.6.10"; version = "1.6.11";
}; };
rack-protection = { rack-protection = {
dependencies = ["rack"]; dependencies = ["rack"];