From 4d8a6bc9b39c69f6a9798f79e8999cbd65c76c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:30:30 +0000 Subject: [PATCH] Bump rack from 2.2.7 to 3.0.9.1 Bumps [rack](https://github.com/rack/rack) from 2.2.7 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/v2.2.7...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 69 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2207480..28cdb0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,23 +9,31 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.0.7.2) - actionview (= 7.0.7.2) - activesupport (= 7.0.7.2) - rack (~> 2.0, >= 2.2.4) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.7.2) - activesupport (= 7.0.7.2) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actionview (7.1.3.2) + activesupport (= 7.1.3.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.7.2) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.3.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) @@ -50,15 +58,20 @@ GEM async-pool (0.3.6) async (~> 1.25) backports (3.23.0) + base64 (0.2.0) + bigdecimal (3.1.6) builder (3.2.4) bump (0.10.0) concurrent-ruby (1.2.2) + connection_pool (2.4.1) console (1.12.0) fiber-local crass (1.0.6) daru (0.3) packable (~> 1.3.13) data_uri (0.1.0) + drb (2.2.0) + ruby2_keywords erubi (1.12.0) faraday (1.4.2) faraday-em_http (~> 1.0) @@ -107,7 +120,6 @@ GEM loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) - method_source (1.0.0) mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) @@ -115,6 +127,7 @@ GEM minitest (5.19.0) multi_json (1.15.0) multipart-post (2.1.1) + mutex_m (0.2.0) native-package-installer (1.1.4) nio4r (2.5.7) nokogiri (1.15.2) @@ -138,22 +151,29 @@ GEM protocol-http (~> 0.18) public_suffix (4.0.6) racc (1.7.1) - rack (2.2.7) + rack (3.0.9.1) + rack-session (2.0.0) + rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rackup (2.1.0) + rack (>= 3) + webrick (~> 1.8) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.0.7.2) - actionpack (= 7.0.7.2) - activesupport (= 7.0.7.2) - method_source + railties (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) + irb + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.0.3) regexp_parser (2.8.1) @@ -178,13 +198,14 @@ GEM sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - thor (1.2.1) + thor (1.3.1) timers (4.3.3) traces (0.11.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) - zeitwerk (2.5.4) + webrick (1.8.1) + zeitwerk (2.6.13) PLATFORMS ruby