From 17428a4bf7893f3c38af6c7d984f50588b07f949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:29:10 +0000 Subject: [PATCH] Bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [devise](https://github.com/heartcombo/devise) and [devise_token_auth](https://github.com/lynndylanhurley/devise_token_auth). Updates `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) Updates `devise_token_auth` from 1.2.6 to 1.3.0 - [Changelog](https://github.com/lynndylanhurley/devise_token_auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/lynndylanhurley/devise_token_auth/compare/v1.2.6...v1.3.0) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: bundler - dependency-name: devise_token_auth dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index b77520fd..bf74aa39 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'active_storage_base64', '~> 3.0.1' gem 'aws-sdk-s3', '~> 1.228', require: false gem 'bootsnap', '~> 1.24' gem 'cssbundling-rails', '~> 1.4' -gem 'devise', '~> 4.9' +gem 'devise', '~> 5.0' gem 'devise_token_auth', '~> 1.2', '>= 1.2.6' gem 'draper', '~> 4.0' gem 'flipper', '~> 1.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 20ddd88b..cec33b89 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,16 +164,16 @@ GEM railties (>= 6.0.0) csv (3.3.6) date (3.5.1) - 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) - devise_token_auth (1.2.6) + devise_token_auth (1.3.0) bcrypt (~> 3.0) - devise (> 3.5.2, < 5) - rails (>= 4.2.0, < 8.2) + devise (> 3.5.2, < 6) + rails (>= 4.2.0, < 8.3) diff-lcs (1.6.2) docile (1.4.1) dotenv (3.2.0) @@ -311,7 +311,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.21.1) + json (2.21.2) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -489,7 +489,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (4.1.0) + rbs (4.1.1) logger prism (>= 1.6.0) tsort @@ -663,7 +663,7 @@ DEPENDENCIES capybara (~> 3.40) chaotic_order (~> 0.1.0) cssbundling-rails (~> 1.4) - devise (~> 4.9) + devise (~> 5.0) devise_token_auth (~> 1.2, >= 1.2.6) dotenv-rails (~> 3.2.0) draper (~> 4.0)