This repository was archived by the owner on Dec 24, 2019. It is now read-only.
Update devise: 4.3.0 → 4.4.1 (minor)#57
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.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 58 commits:
Prepare for 4.4.1 releaseUpdate CHANGELOG.md [ci skip]Fix `signed_in?` docs w.r.t. running auth hooks (#4733)Fix `ActiveRecord` check on `Confirmable` (#4752)Merge pull request #4753 from segiddins/patch-1[Gemspec] Ensure it is loaded as utf-8Update copyright [ci skip]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:
(For those wondering where v0.9.2 went: I got busy after I pushed the commit for the release, so there was no gem release that day. I am not busy today, so here is v0.9.3 in its stead. This changelog contains changes from v0.9.1 -> v0.9.3)
translateanddefault: [false]as an option. #399translatewithniland empty keys. #400Thank you to @stereobooster, @fatkodima and @lulalala for the patches that went towards this release. We appreciate your efforts!
Commits
See the full diff on Github. The new version differs by 25 commits:
Bump to 0.9.3Merge pull request #395 from stereobooster/interpolate-for-arraysMerge pull request #402 from fatkodima/subtrees-bugMerge pull request #403 from fatkodima/ci-ruby2.5.0CI against ruby 2.5.0Fix issue with disabled subtrees and pluralization for KeyValue backendBump to 0.9.2Merge pull request #400 from fatkodima/fix-t-empty-keysMerge pull request #399 from fatkodima/fix-t-with-falseFix translate with nil and empty keysFix translate with default: [false]Merge pull request #396 from lulalala/fix-lambda-docMerge pull request #398 from stereobooster/ojUse oj if available instead ActiveSupport::JSONDocument about lambda return value also being interpolatedFix lambda document exampleRemove redundant test for lookupFix specs for array interpolationAdd comments exaplining new array behaviour for #interpolateRefactor interpolation methodUpdate interpolation.rbInterpolate now works for arrayMerge pull request #391 from stereobooster/dont-store-tr-for-locales-not-set-as-availableFix CR notesDon't store translations for locales not set as availableRelease 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.