Skip to content

Bump devise from 3.4.1 to 4.4.3 - #1185

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/devise-4.4.3
Open

dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/devise-4.4.3

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps devise from 3.4.1 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)

4.3.0 - 2017-05-14

  • Enhancements
    • Dependency support added for Rails 5.1.x.

... (truncated)

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.

Bumps [devise](https://github.com/plataformatec/devise) from 3.4.1 to 4.4.3.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md)
- [Commits](heartcombo/devise@v3.4.1...v4.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
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