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

Bump devise from 1.5.2 to 2.2.8 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2020

Bumps devise from 1.5.2 to 2.2.8.

Changelog

Sourced from devise's changelog.

== 2.2.8

Security announcement: http://blog.plataformatec.com.br/2013/11/e-mail-enumeration-in-devise-in-paranoid-mode

  • bug fix
    • Avoid e-mail enumeration on sign in when in paranoid mode

== 2.2.7

  • bug fix
    • Do not confirm account after reset password

== 2.2.6

  • bug fix
    • Skip storage for cookies on unverified requests

== 2.2.5

  • bug fix
    • Clean up CSRF token after authentication (by @​homakov). Notice this change will clean up the CSRF Token after authentication (sign in, sign up, etc). So if you are using AJAX for such features, you will need to fetch a new CSRF token from the server.

== 2.2.4

  • enhancements

    • Add destroy_with_password to DatabaseAuthenticatable. Allows destroying a record when :current_password matches, similarly to how update_with_password works. (by @​michiel3)
    • Allow to override path after password resetting (by @​worker8)
    • Add #skip_confirmation_notification! method to Confirmable. Allows skipping confirmation email without auto-confirming. (by @​gregates)
    • allow_unconfirmed_access_for config from :confirmable module can be set to nil that means unconfirmed access for unlimited time. (by @​nashby)
    • Support Rails' token strategy on authentication (by @​robhurring)
    • Support explicitly setting the http authentication key via config.http_authentication_key (by @​neo)
  • bug fix

    • Do not redirect when accessing devise API via JSON. (by @​sebastianwr)
    • Generating scoped devise views now uses the correct scoped shared links partial instead of the default devise one (by @​nashby)
    • Fix inheriting mailer templates from Devise::Mailer
    • Fix a bug when procs are used as default mailer in Devise (by @​tomasv)

== 2.2.3

Security announcement: http://blog.plataformatec.com.br/2013/01/security-announcement-devise-v2-2-3-v2-1-3-v2-0-5-and-v1-5-3-released/

  • bug fix
    • Require string conversion for all values

== 2.2.2

  • bug fix
    • Fix bug when checking for reconfirmable in templates
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants