From 0dcf092d0611837723707ef227c9ed5310ecad7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:44:38 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.2 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.2. - [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...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7bd29d5..f32492e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ gem 'rack-ssl', '~> 1.4' gem 'sinatra', '~> 2.0', '>= 2.0.4' gem 'json' gem 'mongo' -gem 'rack', '~> 2.1' +gem 'rack', '~> 2.2' diff --git a/Gemfile.lock b/Gemfile.lock index 870351e..ee95d4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM bson (>= 4.8.2, < 5.0.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - rack (2.2.3) + rack (2.2.6.2) rack-protection (2.1.0) rack rack-ssl (1.4.1) @@ -32,7 +32,7 @@ PLATFORMS DEPENDENCIES json mongo - rack (~> 2.1) + rack (~> 2.2) rack-ssl (~> 1.4) sinatra (~> 2.0, >= 2.0.4) thin