Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimum Rack version to 2.0.9 #38991

Merged
merged 1 commit into from Apr 20, 2020

Conversation

eugeneius
Copy link
Member

Since #37974, 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.

Since 28f81c0, 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.
@rails-bot rails-bot bot added the actionpack label Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants