From b7edea6c863d7227d93e4635ba4be6710df1ad2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:37:20 +0000 Subject: [PATCH] Upgrade: bump devise from 4.9.4 to 5.0.0 Bumps [devise](https://github.com/heartcombo/devise) from 4.9.4 to 5.0.0. - [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.4...v5.0.0) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 30d1e3d..ceab913 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'carrierwave', '~> 3.0' gem 'cssbundling-rails', '~> 1.4' # Video processing -gem 'devise', '~> 4.9' +gem 'devise', '~> 5.0' gem 'devise-jwt', '~> 0.13.0' gem 'dry-validation' gem 'elasticsearch', '~> 9.2' # Elasticsearch client for searchkick diff --git a/Gemfile.lock b/Gemfile.lock index 4856eda..a596c21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,10 +180,10 @@ GEM reline (>= 0.3.8) declarative (0.0.20) deep_merge (1.2.2) - devise (4.9.4) + devise (5.0.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0) + railties (>= 7.0) responders warden (~> 1.2.3) devise-jwt (0.13.0) @@ -439,7 +439,7 @@ GEM prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) prettyprint (0.2.0) - prism (1.8.0) + prism (1.9.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -771,7 +771,7 @@ DEPENDENCIES csv database_cleaner-active_record debug - devise (~> 4.9) + devise (~> 5.0) devise-jwt (~> 0.13.0) dry-validation ed25519 (~> 1.2)