From b9d80d780ee32e5b4e88d0b0c290f7277c15344e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:38:46 +0000 Subject: [PATCH] Bump rack from 1.3.10 to 2.2.8.1 Bumps [rack](https://github.com/rack/rack) from 1.3.10 to 2.2.8.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/1.3.10...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 43 ++++++++++++++++++++++++++++--------------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index b2ba8cc..36eff70 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ gem "koala" gem "json", "1.5.5" gem "httparty" gem "thin" -gem "rack", "1.3.10" +gem "rack", "2.2.8.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9d0f8fc..87cb05b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,30 +2,43 @@ GEM remote: http://rubygems.org/ specs: addressable (2.2.7) + base64 (0.2.0) crack (0.1.8) daemons (1.1.3) eventmachine (0.12.10) - faraday (0.7.6) - addressable (~> 2.2) - multipart-post (~> 1.1) - rack (~> 1.1) + faraday (2.12.0) + faraday-net_http (>= 2.0, < 3.4) + json + logger + faraday-net_http (3.3.0) + net-http httparty (0.7.8) crack (= 0.1.8) json (1.5.5) - koala (1.3.0) - faraday (~> 0.7.0) - multi_json (~> 1.0) - multi_json (1.0.3) - multipart-post (1.1.5) - rack (1.3.10) - sinatra (1.2.6) - rack (~> 1.1) - tilt (>= 1.2.2, < 2.0) + koala (2.5.0) + addressable + faraday + logger (1.6.1) + mustermann (3.0.3) + ruby2_keywords (~> 0.0.1) + net-http (0.4.1) + uri + rack (2.2.8.1) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) + ruby2_keywords (0.0.5) + sinatra (3.2.0) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.2.0) + tilt (~> 2.0) thin (1.2.11) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - tilt (1.3.3) + tilt (2.4.0) + uri (0.13.1) PLATFORMS ruby @@ -34,6 +47,6 @@ DEPENDENCIES httparty json (= 1.5.5) koala - rack (= 1.3.10) + rack (= 2.2.8.1) sinatra thin