From 7f38b22cf77afa0c9cf1b2599f78e2ae0af7dffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:50:51 +0000 Subject: [PATCH] Bump the patch-and-minor group across 1 directory with 3 updates Bumps the patch-and-minor group with 3 updates in the / directory: [dotenv](https://github.com/bkeepers/dotenv), [jwt](https://github.com/jwt/ruby-jwt) and [rack-test](https://github.com/rack/rack-test). Updates `dotenv` from 3.1.6 to 3.1.7 - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7) Updates `jwt` from 2.9.3 to 2.10.1 - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v2.9.3...v2.10.1) Updates `rack-test` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/rack/rack-test/releases) - [Changelog](https://github.com/rack/rack-test/blob/main/History.md) - [Commits](https://github.com/rack/rack-test/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-and-minor - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor - dependency-name: rack-test dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6316788..a897e3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GEM bigdecimal rexml diff-lcs (1.5.1) - dotenv (3.1.6) + dotenv (3.1.7) faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) json @@ -21,7 +21,7 @@ GEM net-http (>= 0.5.0) hashdiff (1.1.1) json (2.9.0) - jwt (2.9.3) + jwt (2.10.1) base64 language_server-protocol (3.17.0.3) logger (1.6.2) @@ -46,11 +46,11 @@ GEM puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) - rack (2.2.8.1) + rack (2.2.10) rack-protection (3.2.0) base64 (>= 0.1.0) rack (~> 2.2, >= 2.2.4) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rainbow (3.1.1) rake (13.2.1)