From 6f1030119288b8b12589a8060cf4b8254771c3e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 19:24:33 +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-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8e302ef..4dbce91 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ gem 'diff-lcs' gem 'will_paginate', '~> 3.3.0' gem 'will_paginate-bootstrap4', '~> 0.2.2' -gem 'devise', '~> 4.7.3' +gem 'devise', '~> 4.8.0' gem 'omniauth' gem 'omniauth-github' diff --git a/Gemfile.lock b/Gemfile.lock index 5b8645e..8f374c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - devise (4.7.3) + devise (4.8.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -109,7 +109,7 @@ GEM activesupport (>= 4.2.0) hashdiff (1.0.1) hashie (4.1.0) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -121,7 +121,7 @@ GEM listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.9.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -263,7 +263,7 @@ DEPENDENCIES bootstrap_form (~> 4.5) codacy-coverage coffee-rails (~> 5.0.0) - devise (~> 4.7.3) + devise (~> 4.8.0) diff-lcs diffy font-awesome-sass (~> 5.15.1)