Bump devise from 4.7.1 to 4.7.3

Bumps [devise](https://github.com/plataformatec/devise) from 4.7.1 to 4.7.3.
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v4.7.1...v4.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-27 14:30:19 +00:00
committed by GitHub
parent e61d2f53f3
commit b4ec01eb49
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ gem "cocoon", "~> 1.2.14"
gem "daemons", "~> 1.3.1"
gem "dalli", "~> 2.7.6"
gem "delayed_job_active_record", "~> 4.1.3"
gem "devise", "~> 4.7.1"
gem "devise", "~> 4.7.3"
gem "devise-async", "~> 1.0.0"
gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10"
gem "font-awesome-sass", "~> 5.13.0"

View File

@@ -83,7 +83,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.13)
bcrypt (3.1.16)
better_html (1.0.13)
actionview (>= 4.0)
activesupport (>= 4.0)
@@ -170,7 +170,7 @@ GEM
delayed_job_active_record (4.1.3)
activerecord (>= 3.0, < 5.3)
delayed_job (>= 3.0, < 5)
devise (4.7.1)
devise (4.7.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
@@ -599,8 +599,8 @@ GEM
uniform_notifier (1.13.0)
user_agent_parser (2.6.0)
uuidtools (2.1.5)
warden (1.2.8)
rack (>= 2.0.6)
warden (1.2.9)
rack (>= 2.0.9)
wasabi (3.5.0)
httpi (~> 2.0)
nokogiri (>= 1.4.2)
@@ -654,7 +654,7 @@ DEPENDENCIES
dalli (~> 2.7.6)
database_cleaner (~> 1.8.5)
delayed_job_active_record (~> 4.1.3)
devise (~> 4.7.1)
devise (~> 4.7.3)
devise-async (~> 1.0.0)
devise_security_extension!
email_spec (~> 2.2.0)