From 23ab5e70c8bebc3f55bee5890f7c1308099b8d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:29:37 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.11. - [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...v4.3.11) --- 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..3c075bb 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', '~> 4.3.11' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 169ea8e..4f98859 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.8) + puma (4.3.11) + 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 (~> 4.3.11) rack (~> 2.0.6) BUNDLED WITH