From 68ebcf47cfdd7811e283466ba5d03feed32c6f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:23:07 -0800 Subject: [PATCH] Bump rack from 2.2.6.4 to 2.2.8.1 in /examples/openapi3 (#415) Bumps [rack](https://github.com/rack/rack) from 2.2.6.4 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/v2.2.6.4...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/openapi3/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/openapi3/Gemfile.lock b/examples/openapi3/Gemfile.lock index 06f8155f..19a31762 100644 --- a/examples/openapi3/Gemfile.lock +++ b/examples/openapi3/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: committee (5.0.0.beta1) json_schema (~> 0.14, >= 0.14.3) - openapi_parser (~> 1.0) + openapi_parser (~> 2.0) rack (>= 1.5) GEM @@ -13,8 +13,8 @@ GEM json_schema (0.21.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - openapi_parser (1.0.0) - rack (2.2.6.4) + openapi_parser (2.0.0) + rack (2.2.8.1) rack-protection (3.0.5) rack ruby2_keywords (0.0.5)