From 114d3f6fc9b433f99179f7b63c926cc6563726a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:34:44 +0000 Subject: [PATCH] Bump devise from 4.9.4 to 5.0.4 Bumps [devise](https://github.com/heartcombo/devise) from 4.9.4 to 5.0.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.4...v5.0.4) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.4 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 29e72d0..4b8634d 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'redis-namespace', '~> 1.11' gem 'resque', '~> 2.6' # For authentication -gem 'devise', '~> 4.9' +gem 'devise', '~> 5.0' gem 'omniauth', '~> 2.1' gem 'omniauth-rails_csrf_protection', '~> 2.0' # gem 'omniauth-cul', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3abdc80..20d8b13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,10 +124,10 @@ GEM debug (1.11.1) irb (~> 1.10) reline (>= 0.3.8) - devise (4.9.4) + devise (5.0.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0) + railties (>= 7.0) responders warden (~> 1.2.3) diff-lcs (1.6.2) @@ -188,7 +188,7 @@ GEM marcel (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (6.0.5) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) mono_logger (1.1.2) @@ -443,7 +443,7 @@ DEPENDENCIES capistrano-passenger (~> 0.1) capistrano-rails (~> 1.4) debug - devise (~> 4.9) + devise (~> 5.0) folio_api_client (~> 0.5.1) kamal marc (~> 1.3)