From 523f5bbcc243f787735ee3aba21cb44929333f0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 06:08:46 +0000 Subject: [PATCH] Bump devise from 4.7.2 to 4.7.3 Bumps [devise](https://github.com/plataformatec/devise) from 4.7.2 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.2...v4.7.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index dfe784e..32ebc63 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'diff-lcs' gem 'will_paginate', '~> 3.3.0' gem 'will_paginate-bootstrap4', '~> 0.2.2' -gem 'devise', '~> 4.7.2' +gem 'devise', '~> 4.7.3' gem 'omniauth' gem 'omniauth-github' diff --git a/Gemfile.lock b/Gemfile.lock index c81a582..866ef82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) autoprefixer-rails (9.8.6.1) execjs - bcrypt (3.1.13) + bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.4.8) msgpack (~> 1.0) @@ -85,7 +85,7 @@ GEM crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) - devise (4.7.2) + devise (4.7.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -226,8 +226,8 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - warden (1.2.8) - rack (>= 2.0.6) + warden (1.2.9) + rack (>= 2.0.9) web-console (4.0.4) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -254,7 +254,7 @@ DEPENDENCIES bootstrap_form (~> 4.5) codacy-coverage coffee-rails (~> 5.0.0) - devise (~> 4.7.2) + devise (~> 4.7.3) diff-lcs diffy font-awesome-sass (~> 5.13.0)