From 7d8c22716ba63761055253c22a0eb8dabde612ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:07:18 +0000 Subject: [PATCH] Bump devise from 4.9.3 to 4.9.4 Bumps [devise](https://github.com/heartcombo/devise) from 4.9.3 to 4.9.4. - [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.3...v4.9.4) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c62b4d44e..9c8b5932d 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.4.1" gem "dalli", "~> 3.2.8" gem "delayed_job_active_record", "~> 4.1.8" -gem "devise", "~> 4.9.3" +gem "devise", "~> 4.9.4" gem "devise-security", "~> 0.18.0" gem "exiftool_vendored", "~> 12.80.0" gem "file_validators", "~> 3.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 049933dc9..663f1a29c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM activerecord (>= 3.0, < 8.0) delayed_job (>= 3.0, < 5) device_detector (1.1.2) - devise (4.9.3) + devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -640,7 +640,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) terrapin (0.6.0) climate_control (>= 0.0.3, < 1.0) - thor (1.3.1) + thor (1.3.2) tilt (2.0.10) timeout (0.4.1) tomlrb (2.0.3) @@ -688,7 +688,7 @@ GEM wkhtmltopdf-binary (0.12.6.6) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.16) + zeitwerk (2.6.18) PLATFORMS ruby @@ -719,7 +719,7 @@ DEPENDENCIES dalli (~> 3.2.8) debug (~> 1.9.2) delayed_job_active_record (~> 4.1.8) - devise (~> 4.9.3) + devise (~> 4.9.4) devise-security (~> 0.18.0) email_spec (~> 2.3.0) erb_lint (~> 0.6.0)