From 601e1dc24ea05807576ad4bde3a35de0e6988c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:58:58 +0000 Subject: [PATCH] Bump devise from 4.9.1 to 4.9.2 Bumps [devise](https://github.com/heartcombo/devise) from 4.9.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.9.1...v4.9.2) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f8dc7e1d..f5483e9a 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'bootsnap', '>= 1.4.2', require: false # They are needed for the backend independent of the environment. group :development, :test, :production do # For authentication - gem 'devise', '~>4.9.1' + gem 'devise', '~>4.9.2' gem 'devise_token_auth', '~>1.2.1' gem 'omniauth-apple' gem 'omniauth-facebook' diff --git a/Gemfile.lock b/Gemfile.lock index 228c632d..ac1a0c49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM crass (1.0.6) date (3.3.3) declarative (0.0.20) - devise (4.9.1) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -171,7 +171,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.8.1) @@ -455,7 +455,7 @@ DEPENDENCIES byebug capybara (~> 3.38) colorize - devise (~> 4.9.1) + devise (~> 4.9.2) devise_token_auth (~> 1.2.1) google-api-client googleauth