redmine: 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:12:37 +00:00
parent 3c7bbb5850
commit 63e5658222
No known key found for this signature in database
GPG Key ID: C4844408C0657052
2 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ GEM
protected_attributes (1.1.4)
activemodel (>= 4.0.1, < 5.0)
public_suffix (3.0.3)
rack (1.6.10)
rack (1.6.11)
rack-openid (1.4.2)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
@ -201,4 +201,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.3
1.16.4

View File

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