From bd76de00769763a59dfa9662c090457791e1d9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:32:53 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 5.6.7. - [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/v3.12.0...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f5de73..dea3d4f 100644 --- a/Gemfile +++ b/Gemfile @@ -7,4 +7,4 @@ gem 'flipper-api', '~> 0.16.0' gem 'flipper-sequel', '~> 0.16.0' gem 'mysql2', '~> 0.5.2' gem 'rack', '~> 2.0.6' -gem 'puma', '~> 3.12.0' \ No newline at end of file +gem 'puma', '~> 5.6.7' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 169ea8e..e13fabf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,9 @@ GEM flipper (~> 0.16.0) sequel (>= 4.0.0, < 5) mysql2 (0.5.2) - puma (3.12.0) + nio4r (2.5.9) + puma (5.6.7) + nio4r (~> 2.0) rack (2.0.6) sequel (4.49.0) @@ -21,7 +23,7 @@ DEPENDENCIES flipper-api (~> 0.16.0) flipper-sequel (~> 0.16.0) mysql2 (~> 0.5.2) - puma (~> 3.12.0) + puma (~> 5.6.7) rack (~> 2.0.6) BUNDLED WITH