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 4.3.0 to 4.4.3 #75

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

Conversation

dependabot-preview[bot]
Copy link

Bumps devise from 4.3.0 to 4.4.3.

Changelog

Sourced from devise's changelog.

4.4.3 - 2018-03-17

  • bug fixes
    • Fix undefined method rails5? for Devise::Test:Module (by tegon)
    • Fix: secret key was being required to be set inside credentials on Rails 5.2 (by tegon)

4.4.2 - 2018-03-15

  • enhancements

    • Support for :credentials on Rails v5.2.x. (by gencer)
    • Improve documentation about the test suite. (by tegon)
    • Test with Rails 5.2.rc1 on Travis. (by jcoyne)
    • Allow test with Rails 6. (by Fudoshiki)
    • Creating a new section for controller configuration on devise.rb template (by Danilo-Araujo-Silva)
  • bug fixes

    • Preserve content_type for unauthenticated tests (by gmcnaughton)
    • Check if the resource is persisted in update_tracked_fields! instead of performing validations (by tegon)
    • Revert "Replace log_process_action to append_info_to_payload" (by tegon)

4.4.1 - 2018-01-23

  • bug fixes
    • Ensure Gemspec is loaded as utf-8. (by segiddins)
    • Fix ActiveRecord check on Confirmable. (by tegon)
    • Fix signed_in? docs without running auth hooks. by (machty)

4.4.0 - 2017-12-29

  • enhancements

    • Add frozen_string_literal pragma comment to all Ruby files. (by pat)
    • Use set_flash_method! instead of set_flash_method in Devise::OmniauthCallbacksController#failure. (by saichander17)
    • Clarify how store_location_for modifies URIs. (by olivierlacan)
    • Move failed_attempts increment into its own function. by (mobilutz)
    • Add autocomplete="email" to email fields. by (MikeRogers0)
    • Add the ability to change the default migrations path introduced in Rails 5.0.3. (by alexhifer)
    • Delete unnecessary condition for helper method. (by davydovanton)
    • Support id: :uuid option for migrations. (by filip373)
  • bug fixes

    • Fix syntax for MRI 2.5.0. (by pat)
    • Validations were being ignored on singup in the Trackable#update_tracked_fields! method. (by AshleyFoster)
    • Do not modify options for #serializable_hash. (by guigs)
    • Email confirmations were being sent on sign in/sign out for application using mongoid and mongoid-paperclip gems. This is because previously we were checking if a model is from Active Record by checking if the method after_commit was defined - since mongoid doesn' have one - but mongoid-paperclip gem does define one, which cause this issue. (by fjg)
Commits
  • 75f9e76 Prepare for 4.4.3 release
  • 962cea2 Create Devise::SecretKeyFinder
  • 64aad8b Fix Devise::Test::ControllerHelpers
  • 0d27941 Prepare for 4.4.2 release
  • fc45f91 Update CHANGELOG.md
  • 3722aa6 Revert "Replace log_process_action to append_info_to_payload"
  • 5664b19 Ensure Devise isn't performing model validations
  • d870c0d Check if the record is persisted in update_tracked_fields!
  • 8ab7963 Creating a new section for controller configuration on devise.rb template
  • d545fe3 Merge pull request #4784 from gmcnaughton/fix-controller-tests-content_type
  • Additional commits viewable in compare view

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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

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.

1 participant