[Security] Bump devise from 3.5.10 to 4.7.1#526
[Security] Bump devise from 3.5.10 to 4.7.1#526dependabot-preview[bot] wants to merge 3 commits intodevelopmentfrom
Conversation
| gem "uglifier" | ||
| gem "unicorn" | ||
| gem "devise", "~> 3.5.2" | ||
| gem "devise", "~> 4.7.1" |
There was a problem hiding this comment.
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem devise should appear before unicorn.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
2b54e70 to
150128b
Compare
|
@dependabot-bot rebase |
Bumps [devise](https://github.com/plataformatec/devise) from 3.5.10 to 4.7.1. **This update includes security fixes.** - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](heartcombo/devise@v3.5.10...v4.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
150128b to
5dd31a7
Compare
| gem "devise", "~> 3.5.2" | ||
| gem "devise_invitable", "~> 1.5.5" | ||
| gem "devise", "~> 4.7.1" | ||
| gem "devise_invitable" |
There was a problem hiding this comment.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
| devise_parameter_sanitizer.for(:accept_invitation). | ||
| concat([:first_name, :last_name]) | ||
| devise_parameter_sanitizer.permit( | ||
| :accept_invitation, keys: [:first_name, :last_name] |
There was a problem hiding this comment.
Style/SymbolArray: Use %i or %I for an array of symbols.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps devise from 3.5.10 to 4.7.1. This update includes security fixes.
Vulnerabilities fixed
Sourced from The Ruby Advisory Database.
Sourced from The Ruby Advisory Database.
Changelog
Sourced from devise's changelog.
Commits
098345aPrepare for version4.7.1caa1a55Update CHANGELOG.md [ci skip]fee43f3Always return an error whenconfirmation_tokenis blank (#5132)fad6074Merge pull request #5125 from olleolleolle/patch-15ceef2dMerge pull request #5131 from lslm/ls-fix-typo6635cafFix typoe051360CI: Drop unused Travis sudo: false directive6bb74c5Update CHANGELOG.md [ci skip]a790570Prepare for4.7.0release12fc5b7Update README.md (#5115)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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.