We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440f9e7 commit 0e49317Copy full SHA for 0e49317
CHANGELOG.md
@@ -7,6 +7,7 @@
7
* Resolve outstanding TODO entries (#179)
8
* A bunch of gem structure cleanup (thanks @olleolleolle)
9
* Set winning strategy when :warden is thrown (#174)
10
+* Bump rack dependency to >= 2.0.9 due to CVEs
11
12
## Version 1.2.8 / 2018-11-15
13
warden.gemspec
@@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
21
f.match(%r{^(test|spec|features)/})
22
end
23
spec.require_paths = ["lib"]
24
- spec.add_dependency "rack", ">= 2.0.6"
+ spec.add_dependency "rack", ">= 2.0.9"
25
0 commit comments