Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Bump devise from 3.5.6 to 4.4.3 #422

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 22, 2018

Bumps devise from 3.5.6 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version with 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/devise-4.4.3 branch from c501163 to 56167df Compare July 13, 2018 22:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/devise-4.4.3 branch 2 times, most recently from 4842793 to 3265d57 Compare August 3, 2018 22:25
@coveralls
Copy link

coveralls commented Aug 3, 2018

Coverage Status

Coverage decreased (-1.7%) to 64.96% when pulling b60c3c7 on dependabot/bundler/devise-4.4.3 into a6bf0cb on develop.

Bumps [devise](https://github.com/plataformatec/devise) from 3.5.6 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.5.6...v4.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/devise-4.4.3 branch from 3265d57 to b60c3c7 Compare August 6, 2018 16:23
@dependabot-preview
Copy link
Contributor Author

Superseded by #608.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/devise-4.4.3 branch March 4, 2019 09:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants