From 3dd05c906839fe6d8cc2b2e97812291b0437bb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:57:16 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a3b68fd58..9a9c89ffe 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.4.1" gem "dalli", "~> 3.2.5" gem "delayed_job_active_record", "~> 4.1.7" -gem "devise", "~> 4.8.1" +gem "devise", "~> 4.9.2" gem "devise-security", "~> 0.18.0" gem "file_validators", "~> 3.0.0" gem "font-awesome-sass", "~> 5.15.1" # Remember to update vendor/assets/images/fontawesome when updating this gem diff --git a/Gemfile.lock b/Gemfile.lock index c3045ac5b..29a0ee51a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) device_detector (1.0.7) - devise (4.8.1) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -689,7 +689,7 @@ DEPENDENCIES daemons (~> 1.4.1) dalli (~> 3.2.5) delayed_job_active_record (~> 4.1.7) - devise (~> 4.8.1) + devise (~> 4.9.2) devise-security (~> 0.18.0) email_spec (~> 2.2.0) erb_lint (~> 0.3.1)