This repository was archived by the owner on Dec 24, 2019. It is now read-only.
Update devise: 4.3.0 → 4.4.0 (minor)#55
Closed
depfu[bot] wants to merge 1 commit intomasterfrom
Closed
Conversation
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ devise (4.3.0 → 4.4.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 51 commits:
Don't run ruby `2.5.0` with rails `4.1`Run `gem update --system` before install on CIUse `rdoc 5.1` for ruby 2.1 on CIRun tests on ruby 2.5.0Prepare for 4.4.0 releaseUpdate CHANGELOG.mdPrimary key type in migration template (#4426)Change the way to detect ActiveRecord vs Mongoid (#4302)Delete unnecessary condition for helper method (#4359)Merge pull request #4731 from alexhifer/masterUpdate CHANGELOG.md [ci skip]Adding `autocomplete="email"` to email fields (#4643)Move failed_attempts increment into its a function (#4351)Clarify how store_location_for modifies URIs (#4391)set_flash_method! instead of set_flash_method in omniauth callbacks controller (#4680)Add the frozen_string_literal pragma comment to all Ruby files. (#4725)Allow frozen options in as_json (#4655)Added the ability to change the default migrations path (introduced in Rails 5.0.3)change validatable docs to match generator (#4727)Adds Table of content to Readme.md (#4621)minor grammar fix in rememberable documentation (#4550)Added nested attributes example for README (#4434)added note about stopping spring (#4506)Update changelog [ci skip]Fix missing validations on Signup (#4674)Merge pull request #4704 from plataformatec/plataformatec/issue-templateMerge pull request #4375 from fbbergamo/change-status-appendAdd issue templateMerge pull request #4694 from rpbaptist/devise_scope-docProvide additional info on devise_scope usageMerge pull request #4692 from masatooba/fix-rake-to-railsChange `rake secret` to `rails secret` in commentsMerge pull request #4683 from masatooba/remove-unnecessary-methodMerge pull request #4682 from haneru/edit-gemfileMerge pull request #4686 from kyoshidajp/fix_mongoid_failed_testMerge pull request #4687 from masatooba/fix-spec-typoFix typo 'an user' to 'a user'Fix small typo in authenticatable_test.rbFix mongoid test failed problembundle installedDelete unnecessary hide! methodRemoved gem minitestMerge pull request #4677 from bananaappletw/masterMerge pull request #4645 from swamp09/ci_againstMerge pull request #4668 from pat/mri2.5.0-fixFix syntax for MRI 2.5.0-preview1.Remove TODO when Rails 5.0.3 is releasedCI against Ruby 2.2.8, 2.3.5, and 2.4.2Merge pull request #4565 from pat/frozen-string-literalsEnsure string literals can be frozen.Merge pull request #4381 from slbug/masterRelease Notes
From the Github release:
0.8.2 / 2017-11-21
UploadedFile.newunintended API breakage.(Per Lundberg #210)
Commits
See the full diff on Github. The new version differs by 6 commits:
Release 0.8.2Release 0.8.1History.md: Updated to prepare for release.UploadedFile: Handle content being a Pathname (#210)Docs: Breaking change in 0.8.0 re: UploadedFile.new (#209)typo fixed: header macro changed to singular form (#203)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.