From a77afd96667c21a71add56ff36a1ed6318ae0968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:39:28 +0000 Subject: [PATCH] Bump rack from 2.2.3.1 to 3.0.9.1 in /examples Bumps [rack](https://github.com/rack/rack) from 2.2.3.1 to 3.0.9.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.1...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/Gemfile.lock | 49 ++++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git a/examples/Gemfile.lock b/examples/Gemfile.lock index 513c41b..ddd7c7f 100644 --- a/examples/Gemfile.lock +++ b/examples/Gemfile.lock @@ -2,32 +2,43 @@ PATH remote: .. specs: asana (0.10.5) - faraday (~> 1.0) - faraday_middleware (~> 1.0) - faraday_middleware-multi_json (~> 0.0) - oauth2 (~> 1.4) + faraday (~> 2.0) + faraday-follow_redirects + faraday-multipart + oauth2 (>= 1.4, < 3) GEM remote: https://rubygems.org/ specs: - faraday (1.0.1) - multipart-post (>= 1.2, < 3) - faraday_middleware (1.0.0) - faraday (~> 1.0) - faraday_middleware-multi_json (0.0.6) - faraday_middleware - multi_json - jwt (2.2.1) - multi_json (1.15.0) + base64 (0.2.0) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-follow_redirects (0.3.0) + faraday (>= 1, < 3) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (3.1.0) + net-http + hashie (5.0.0) + jwt (2.8.0) + base64 multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + multipart-post (2.4.0) + net-http (0.4.1) + uri + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - rack (2.2.3.1) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + rack (3.0.9.1) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) + uri (0.13.0) + version_gem (1.1.3) PLATFORMS ruby