From 2d2c5d14b9800675097e0585aa3f556c11a2afbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:04:06 +0000 Subject: [PATCH] chore(deps): bump devise from 5.0.0 to 5.0.1 Bumps [devise](https://github.com/heartcombo/devise) from 5.0.0 to 5.0.1. - [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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 778b2f3..3292890 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "doorkeeper" gem "bcrypt", "~> 3.1.21" # Flexible authentication solution for Rails with Warden -gem "devise", "~> 5.0.0" +gem "devise", "~> 5.0.1" # Authorization library for Rails applications gem "pundit", "~> 2.5" diff --git a/Gemfile.lock b/Gemfile.lock index 927f0b2..858c782 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM delayed_job_active_record (4.1.11) activerecord (>= 3.0, < 9.0) delayed_job (>= 3.0, < 5) - devise (5.0.0) + devise (5.0.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 7.0) @@ -142,8 +142,9 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.8.2) - irb (1.16.0) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.14.1) @@ -227,6 +228,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) + prism (1.9.0) propshaft (1.3.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) @@ -285,7 +287,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -421,7 +423,7 @@ DEPENDENCIES daemons debug delayed_job_active_record - devise (~> 5.0.0) + devise (~> 5.0.1) doorkeeper dotenv-rails importmap-rails