From b45ed0e328e726c8682f846063e0c79f79407acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 22:35:20 +0000 Subject: [PATCH] Bump devise from 4.9.4 to 5.0.3 Bumps [devise](https://github.com/heartcombo/devise) from 4.9.4 to 5.0.3. - [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.3) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 81e83ad..ed1395b 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem "propshaft" gem "dartsass-rails" # Authentication -gem "devise", "~> 4.9.3" +gem "devise", "~> 5.0.3" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index 2c28e61..ed69aa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,10 +121,10 @@ GEM sass-embedded (~> 1.63) date (3.5.1) debug_inspector (1.2.0) - devise (4.9.4) + devise (5.0.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) - railties (>= 4.1.0) + railties (>= 7.0) responders warden (~> 1.2.3) diff-lcs (1.6.2) @@ -515,7 +515,7 @@ DEPENDENCIES capybara colorize dartsass-rails - devise (~> 4.9.3) + devise (~> 5.0.3) dotenv-rails factory_bot_rails (~> 6.4.3) faker (~> 3.6)