From da9826ee14102ff749e1b3fab25d1166dc50e109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:36:58 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 3.0.4.1 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 3.0.4.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...v3.0.4.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d7069c1..1f3dc11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM concurrent-ruby (1.1.9) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - faraday (0.17.3) + faraday (0.17.6) multipart-post (>= 1.2, < 3) faraday-http-cache (2.0.0) faraday (~> 0.8) @@ -41,23 +41,23 @@ GEM i18n (1.8.11) concurrent-ruby (~> 1.0) inifile (3.0.0) - jwt (2.2.1) + jwt (2.6.0) minitest (5.14.4) - multi_json (1.14.1) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + multipart-post (2.2.3) + oauth2 (1.4.11) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) octokit (4.16.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) plist (3.5.0) public_suffix (4.0.6) - rack (2.2.3) + rack (3.0.4.1) rainbow (3.0.0) rake (13.0.1) retriable (3.1.2)