From 693f81a9b0773a80bc100d666a3c2791f7dd4ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:06:42 +0000 Subject: [PATCH] Bump grape-jwt-authentication from 2.4.5 to 2.5.0 Bumps [grape-jwt-authentication](https://github.com/hausgold/grape-jwt-authentication) from 2.4.5 to 2.5.0. - [Changelog](https://github.com/hausgold/grape-jwt-authentication/blob/master/CHANGELOG.md) - [Commits](https://github.com/hausgold/grape-jwt-authentication/compare/v2.4.5...v2.5.0) --- updated-dependencies: - dependency-name: grape-jwt-authentication dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index cbec57e..7dc5c54 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bcrypt', '~> 3.1' gem 'config', '~> 5.5' gem 'grape', '~> 2.1' gem 'grape-entity', '~> 1.0.0' -gem 'grape-jwt-authentication', '~> 2.4' +gem 'grape-jwt-authentication', '~> 2.5' gem 'grape_logging', '~> 1.8', '>= 1.8.4' gem 'grape-swagger', '~> 2.1' gem 'jwt', '~> 2.9' diff --git a/Gemfile.lock b/Gemfile.lock index bafa2ac..910666e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,8 +45,9 @@ GEM diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) - dry-core (1.0.1) + dry-core (1.0.2) concurrent-ruby (~> 1.0) + logger zeitwerk (~> 2.6) dry-inflector (1.1.0) dry-logic (1.5.0) @@ -76,13 +77,13 @@ GEM grape-entity (1.0.1) activesupport (>= 3.0.0) multi_json (>= 1.3.2) - grape-jwt-authentication (2.4.5) + grape-jwt-authentication (2.5.0) activesupport (>= 5.2) grape (>= 1.0, < 3.0) httparty (>= 0.21) jwt (~> 2.6) - keyless (~> 1.1) - recursive-open-struct (~> 1.1) + keyless (~> 1.4) + recursive-open-struct (~> 2.0) grape-swagger (2.1.1) grape (>= 1.7, < 3.0) rack-test (~> 2) @@ -127,11 +128,11 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - keyless (1.3.5) + keyless (1.4.0) activesupport (>= 5.2) httparty (>= 0.21) jwt (~> 2.6) - recursive-open-struct (~> 1.1) + recursive-open-struct (~> 2.0) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -202,7 +203,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - recursive-open-struct (1.2.2) + recursive-open-struct (2.0.0) + ostruct regexp_parser (2.9.2) rexml (3.3.9) rspec (3.13.0) @@ -257,7 +259,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS aarch64-linux-musl @@ -277,7 +279,7 @@ DEPENDENCIES faker (~> 3.4) grape (~> 2.1) grape-entity (~> 1.0.0) - grape-jwt-authentication (~> 2.4) + grape-jwt-authentication (~> 2.5) grape-swagger (~> 2.1) grape_logging (~> 1.8, >= 1.8.4) guard-puma (~> 0.8.1)