mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 04:37:30 +02:00
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:
parent
787016b9b6
commit
ba67461a21
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue