From 34822173cc1318e9facf33d8fc62909373365838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:06:20 +0000 Subject: [PATCH] Bump devise from 4.8.1 to 4.9.2 Bumps [devise](https://github.com/heartcombo/devise) from 4.8.1 to 4.9.2. - [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.1...v4.9.2) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 6e1395c..88d3317 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.9.2' gem 'omniauth' gem 'omniauth-rails_csrf_protection' gem 'omniauth-github' diff --git a/Gemfile.lock b/Gemfile.lock index df87073..d215f37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) autoprefixer-rails (10.4.13.0) execjs (~> 2) - bcrypt (3.1.16) + bcrypt (3.1.18) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -94,7 +94,7 @@ GEM rexml crass (1.0.6) date (3.3.3) - devise (4.8.1) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -249,9 +249,9 @@ GEM ffi (~> 1.0) rdoc (6.5.0) psych (>= 4.0.0) - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.0) + actionpack (>= 5.2) + railties (>= 5.2) rexml (3.2.5) ruby2_keywords (0.0.5) sassc (2.4.0) @@ -311,7 +311,7 @@ DEPENDENCIES bootstrap (~> 5.2.3) bootstrap_form (~> 5.1) coffee-rails (~> 5.0.0) - devise (~> 4.8.0) + devise (~> 4.9.2) diff-lcs diffy font-awesome-sass (~> 6.4.0)