From d06f26cf8f2fe37038dae9b8ea196147603f6af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:38:05 +0000 Subject: [PATCH] Bump grape-jwt-authentication from 2.4.5 to 2.7.0 Bumps [grape-jwt-authentication](https://github.com/hausgold/grape-jwt-authentication) from 2.4.5 to 2.7.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.7.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 | 43 ++++++++++++++++++++++++------------------- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index ec5a45f..2aacbd9 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.7' gem 'grape_logging', '~> 1.8', '>= 1.8.4' gem 'grape-swagger', '~> 2.1' gem 'jwt', '~> 2.10' diff --git a/Gemfile.lock b/Gemfile.lock index 04ea549..eaaf19b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM base64 (0.2.0) bcrypt (3.1.20) benchmark (0.4.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) builder (3.3.0) bundler-audit (0.9.2) bundler (>= 1.2.0, < 3) @@ -40,22 +40,24 @@ GEM config (5.5.2) deep_merge (~> 1.2, >= 1.2.1) ostruct - connection_pool (2.4.1) + connection_pool (2.5.0) crass (1.0.6) - csv (3.3.0) + csv (3.3.2) deep_merge (1.2.2) diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) - dry-core (1.0.1) + dry-core (1.1.0) concurrent-ruby (~> 1.0) + logger zeitwerk (~> 2.6) - dry-inflector (1.1.0) - dry-logic (1.5.0) + dry-inflector (1.2.0) + dry-logic (1.6.0) + bigdecimal concurrent-ruby (~> 1.0) - dry-core (~> 1.0, < 2) + dry-core (~> 1.1) zeitwerk (~> 2.6) - dry-types (1.7.2) + dry-types (1.8.0) bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) @@ -78,13 +80,14 @@ GEM grape-entity (1.0.1) activesupport (>= 3.0.0) multi_json (>= 1.3.2) - grape-jwt-authentication (2.4.5) - activesupport (>= 5.2) + grape-jwt-authentication (2.7.0) + activesupport (>= 6.1) grape (>= 1.0, < 3.0) httparty (>= 0.21) jwt (~> 2.6) - keyless (~> 1.1) - recursive-open-struct (~> 1.1) + keyless (~> 1.6) + recursive-open-struct (~> 2.0) + zeitwerk (~> 2.6) grape-swagger (2.1.1) grape (>= 1.7, < 3.0) rack-test (~> 2) @@ -126,16 +129,17 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - keyless (1.3.5) - activesupport (>= 5.2) + keyless (1.6.0) + activesupport (>= 6.1) httparty (>= 0.21) jwt (~> 2.6) - recursive-open-struct (~> 1.1) + recursive-open-struct (~> 2.0) + zeitwerk (~> 2.6) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.3) + logger (1.6.5) loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -200,7 +204,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.3) rexml (3.3.9) rspec (3.13.0) @@ -255,7 +260,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 @@ -275,7 +280,7 @@ DEPENDENCIES faker (~> 3.5) grape (~> 2.1) grape-entity (~> 1.0.0) - grape-jwt-authentication (~> 2.4) + grape-jwt-authentication (~> 2.7) grape-swagger (~> 2.1) grape_logging (~> 1.8, >= 1.8.4) guard-puma (~> 0.8.1)