From bd51ea8942b756c111f95b482af6d8ddac105050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 06:13:44 +0000 Subject: [PATCH] Bump rack from 2.2.4 to 2.2.6.4 Bumps [rack](https://github.com/rack/rack) from 2.2.4 to 2.2.6.4. - [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.4...v2.2.6.4) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f00ef1dd4..c5f05e9b8 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'loog', '0.3.1' gem 'minitest', '5.18.1', require: false gem 'minitest-reporters', '1.6.0', require: false gem 'pgtk', '0.8.1' -gem 'rack', '2.2.4' +gem 'rack', '2.2.6.4' gem 'rack-ssl', '1.4.1' gem 'rack-test', '2.1.0' gem 'rake', '13.0.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 2ef02e02d..be43de3d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,6 +115,8 @@ GEM mutex_m (0.2.0) nokogiri (1.16.0-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.0-x86_64-linux) + racc (~> 1.4) openssl (3.2.0) parallel (1.24.0) parser (3.2.2.4) @@ -129,7 +131,7 @@ GEM psych (5.1.2) stringio racc (1.7.3) - rack (2.2.4) + rack (2.2.6.4) rack-protection (3.0.6) rack rack-session (1.0.2) @@ -271,6 +273,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES glogin (= 0.13.0) @@ -280,7 +283,7 @@ DEPENDENCIES minitest (= 5.18.1) minitest-reporters (= 1.6.0) pgtk (= 0.8.1) - rack (= 2.2.4) + rack (= 2.2.6.4) rack-ssl (= 1.4.1) rack-test (= 2.1.0) rake (= 13.0.6)