From e0da5e7bc8f8981c94765489612f4344c68ca9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:42:18 +0000 Subject: [PATCH] build(deps): bump puma from 5.6.5 to 6.3.0 Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.3.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.5...v6.3.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9164bf2..56b4b0a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'grape', '~> 1.5' gem 'grape_logging', '~> 1.8' gem 'grape-swagger', '~> 1.3', '>= 1.3.1' gem 'prometheus-client', '~> 2.1' -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.3' gem 'rack-cors', '~> 1.1' gem 'rake', '~> 12.3' diff --git a/Gemfile.lock b/Gemfile.lock index e2ea0b5..eaee106 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,12 +44,12 @@ GEM ruby2_keywords (~> 0.0.1) mustermann-grape (1.0.2) mustermann (>= 1.0.0) - nio4r (2.5.8) + nio4r (2.5.9) parallel (1.22.1) parser (3.2.0.0) ast (~> 2.4.1) prometheus-client (2.1.0) - puma (5.6.5) + puma (6.3.0) nio4r (~> 2.0) rack (2.2.6.4) rack-accept (0.4.5) @@ -91,7 +91,7 @@ DEPENDENCIES grape_logging (~> 1.8) minitest (~> 5.14, >= 5.14.2) prometheus-client (~> 2.1) - puma (~> 5.6) + puma (~> 6.3) rack-cors (~> 1.1) rack-test (~> 1.1) rake (~> 12.3)