From 9e7951fc4b2fc6352a75bdd0a1090b4b7efed392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:00:54 +0000 Subject: [PATCH] Bump devise from 4.8.0 to 4.8.1 Bumps [devise](https://github.com/heartcombo/devise) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/devise/compare/v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9a740af..577cce1 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'diff-lcs' gem 'will_paginate', '~> 3.3.1' gem 'will_paginate-bootstrap4', '~> 0.2.2' -gem 'devise', '~> 4.8.0' +gem 'devise', '~> 4.8.1' gem 'omniauth' gem 'omniauth-rails_csrf_protection' gem 'omniauth-github' diff --git a/Gemfile.lock b/Gemfile.lock index d6f8042..8793f96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM crack (0.4.5) rexml crass (1.0.6) - devise (4.8.0) + devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -271,7 +271,7 @@ DEPENDENCIES bootstrap (~> 5.1.3) bootstrap_form (~> 5.0) coffee-rails (~> 5.0.0) - devise (~> 4.8.0) + devise (~> 4.8.1) diff-lcs diffy font-awesome-sass (~> 5.15.1)