Bump devise from 4.7.3 to 4.8.0

Bumps [devise](https://github.com/plataformatec/devise) from 4.7.3 to 4.8.0.
- [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.3...v4.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-10 05:04:17 +00:00 committed by GitHub
parent 787016b9b6
commit ba67461a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ gem 'kaminari'
gem 'sass-rails'
gem 'select2-rails', '4.0.13' # for autocomplete
gem 'cancancan'
gem 'devise', '~> 4.7'
gem 'devise', '~> 4.8'
# registry specfic
gem 'data_migrate', '~> 7.0'

View file

@ -215,7 +215,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
devise (4.7.3)
devise (4.8.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
@ -530,7 +530,7 @@ DEPENDENCIES
daemons-rails (= 1.2.1)
data_migrate (~> 7.0)
database_cleaner
devise (~> 4.7)
devise (~> 4.8)
digidoc_client!
directo!
dnsruby (~> 1.61)