DEFRA / waste-carriers-frontend

Waste Carrier Registrations Frontend Code
Other
1 stars 1 forks source link

Bump devise from 4.6.2 to 4.7.0 #252

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps devise from 4.6.2 to 4.7.0.

Changelog *Sourced from [devise's changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md).* > ### 4.7.0 - 2019-08-19 > > * enhancements > * Support Rails 6.0 > * Update CI to rails 6.0.0.beta3 (by [@​tunnes](https://github.com/tunnes)) > * refactor method name to be more consistent (by [@​saiqulhaq](https://github.com/saiqulhaq)) > * Fix rails 6.0.rc1 email uniqueness validation deprecation warning (by [@​Vasfed](https://github.com/Vasfed)) > > * bug fixes > * Add `autocomplete="new-password"` to `password_confirmation` fields (by [@​ferrl](https://github.com/ferrl)) > * Fix rails_51_and_up? method for Rails 6.rc1 (by [@​igorkasyanchuk](https://github.com/igorkasyanchuk))
Commits - [`6bb74c5`](https://github.com/plataformatec/devise/commit/6bb74c5abff9f75e992560b308b1f8ae926da50e) Update CHANGELOG.md [ci skip] - [`a790570`](https://github.com/plataformatec/devise/commit/a79057070c60a274936b8421cd35846e03aa08bd) Prepare for `4.7.0` release - [`12fc5b7`](https://github.com/plataformatec/devise/commit/12fc5b76d89cf6e9c47289416fb24bf1a85f03da) Update README.md ([#5115](https://github-redirect.dependabot.com/plataformatec/devise/issues/5115)) - [`ad58923`](https://github.com/plataformatec/devise/commit/ad5892391da99cafb462e8883a185b3a0e653f4f) Fix specs on Rails 6 RC2 ([#5109](https://github-redirect.dependabot.com/plataformatec/devise/issues/5109)) - [`df43a35`](https://github.com/plataformatec/devise/commit/df43a3560a8aa44f052cb7deb7096413b5013a88) Rails 6 release candidate 2 on CI - [`9aa17ee`](https://github.com/plataformatec/devise/commit/9aa17eec07719a97385dd40fa05c4029983a1cd5) Merge pull request [#5099](https://github-redirect.dependabot.com/plataformatec/devise/issues/5099) from efojs/patch-1 - [`45cc668`](https://github.com/plataformatec/devise/commit/45cc66868354f9f1293ae7004705314c88ba1525) Update routes.rb - [`19045a4`](https://github.com/plataformatec/devise/commit/19045a483dd09526200f011380e502c618a777c1) Merge pull request [#5089](https://github-redirect.dependabot.com/plataformatec/devise/issues/5089) from abhijeetps/abhijeetps-patch-1 - [`f618b88`](https://github.com/plataformatec/devise/commit/f618b88f91a3aec1ad8cbc9a0ff547583bc3ad56) Updated Codeacademy's Rails Auth link - [`81cb5b0`](https://github.com/plataformatec/devise/commit/81cb5b00f46cc24e6f41d6f1841ecaf442013898) Merge pull request [#5086](https://github-redirect.dependabot.com/plataformatec/devise/issues/5086) from plataformatec/rm-officially-support-6.0 - Additional commits viewable in [compare view](https://github.com/plataformatec/devise/compare/v4.6.2...v4.7.0)


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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 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 these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
irisfaraway commented 5 years ago

Why has this update made our code coverage drop? Needs some investigation.

lucille

irisfaraway commented 5 years ago

CodeClimate is reporting a drop of coverage for lib/payments_exporter.rb but I re-ran the specs locally and the coverage did not drop. Going to try rerunning the build and see if it changes.