提交 d58739e2 编写于 作者: E Eugene Kenny

Update minimum Rack version to 2.0.9

Since 28f81c05, if the `same_site:`
option is set to `:none` when creating a cookie, it will be passed
through to Rack. Support for `:none` was added in Rack 2.0.9, so we
should bump the minimum required version to ensure it's available.
上级 d5a3b2e4
......@@ -34,7 +34,7 @@
s.add_dependency "activesupport", version
s.add_dependency "rack", "~> 2.0", ">= 2.0.8"
s.add_dependency "rack", "~> 2.0", ">= 2.0.9"
s.add_dependency "rack-test", ">= 0.6.3"
s.add_dependency "rails-html-sanitizer", "~> 1.0", ">= 1.2.0"
s.add_dependency "rails-dom-testing", "~> 2.0"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册