From ba67461a2133f4e4c8cfe35ed35dff110c8b996c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:04:17 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 12c71f7e7d..3231c59f11 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 344e00e554..aa17f4685d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)