bcat: rack: 1.6.8 -> 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:18:24 +00:00
parent e2d72ed954
commit df68cd5ea3
No known key found for this signature in database
GPG Key ID: C4844408C0657052
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ GEM
specs: specs:
bcat (0.6.2) bcat (0.6.2)
rack (~> 1.0) rack (~> 1.0)
rack (1.6.8) rack (1.6.11)
PLATFORMS PLATFORMS
ruby ruby
@ -12,4 +12,4 @@ DEPENDENCIES
bcat bcat
BUNDLED WITH BUNDLED WITH
1.15.4 1.16.4

View File

@ -11,9 +11,9 @@
rack = { rack = {
source = { source = {
remotes = ["http://rubygems.org"]; remotes = ["http://rubygems.org"];
sha256 = "19m7aixb2ri7p1n0iqaqx8ldi97xdhvbxijbyrrcdcl6fv5prqza"; sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
type = "gem"; type = "gem";
}; };
version = "1.6.8"; version = "1.6.11";
}; };
} }