From 597f79a24f203a1cc661cfeba1b7bc1858f4bae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:57:25 +0000 Subject: [PATCH] Bump devise-jwt from 0.12.1 to 0.13.0 Bumps [devise-jwt](https://github.com/waiting-for-dev/devise-jwt) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/waiting-for-dev/devise-jwt/releases) - [Changelog](https://github.com/waiting-for-dev/devise-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/waiting-for-dev/devise-jwt/commits) --- updated-dependencies: - dependency-name: devise-jwt dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 39 ++++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index 051b87d..4b0ae35 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem "rack-cors", "~> 3.0" gem "devise", "~> 4.9", ">= 4.9.4" # JWT support for Devise [https://github.com/waiting-for-dev/devise-jwt] -gem "devise-jwt", "~> 0.12.1" +gem "devise-jwt", "~> 0.13.0" # Redis support for Action Cable and caching [https://github.com/redis/redis-rb] gem "redis", "~> 5.4", ">= 5.4.1" diff --git a/Gemfile.lock b/Gemfile.lock index c9f3f21..2015efc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,10 +76,10 @@ GEM public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) - bcrypt (3.1.20) + bcrypt (3.1.21) bcrypt_pbkdf (1.1.2) benchmark (0.5.0) - bigdecimal (4.0.0) + bigdecimal (4.0.1) bootsnap (1.19.0) msgpack (~> 1.2) brakeman (7.1.1) @@ -109,8 +109,8 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - devise-jwt (0.12.1) - devise (~> 4.0) + devise-jwt (0.13.0) + devise (>= 4.0.0, < 6.0.0) warden-jwt_auth (~> 0.10) diff-lcs (1.6.2) dotenv (3.2.0) @@ -124,7 +124,7 @@ GEM dry-configurable (1.3.0) dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-core (1.1.0) + dry-core (1.2.0) concurrent-ruby (~> 1.0) logger zeitwerk (~> 2.6) @@ -147,7 +147,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.2) irb (1.16.0) @@ -189,7 +189,8 @@ GEM matrix (0.4.3) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) msgpack (1.8.0) multi_xml (0.6.0) net-imap (0.6.0) @@ -207,19 +208,19 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.5) - nokogiri (1.18.10-aarch64-linux-gnu) + nokogiri (1.19.0-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-aarch64-linux-musl) + nokogiri (1.19.0-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.10-arm-linux-gnu) + nokogiri (1.19.0-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-arm-linux-musl) + nokogiri (1.19.0-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.10-x86_64-darwin) + nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-musl) + nokogiri (1.19.0-x86_64-linux-musl) racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) @@ -245,7 +246,7 @@ GEM method_source (~> 1.0) pry-rails (0.3.11) pry (>= 0.13.0) - psych (5.3.0) + psych (5.3.1) date stringio public_suffix (7.0.0) @@ -296,7 +297,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (6.17.0) + rdoc (7.1.0) erb psych (>= 4.0.0) tsort @@ -395,8 +396,8 @@ GEM net-sftp (>= 2.1.2) net-ssh (>= 2.8.0) ostruct - stringio (3.1.9) - thor (1.4.0) + stringio (3.2.0) + thor (1.5.0) thruster (0.1.17) thruster (0.1.17-aarch64-linux) thruster (0.1.17-x86_64-darwin) @@ -443,7 +444,7 @@ DEPENDENCIES capybara (~> 3.40) debug devise (~> 4.9, >= 4.9.4) - devise-jwt (~> 0.12.1) + devise-jwt (~> 0.13.0) dotenv-rails (~> 3.2) factory_bot_rails (~> 6.5, >= 6.5.1) httparty (~> 0.23.2)