From bee422f5aec2b6331113ef0fb6c728c36975b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:59:48 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1a4d553..f4d5a45 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'draper' gem 'jbuilder', '~> 2.5' gem 'kaminari' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rails', '~> 6.0.0' gem 'redis' gem 'rolify' diff --git a/Gemfile.lock b/Gemfile.lock index 19c891e..0099041 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.5) - puma (3.12.6) + puma (4.3.11) + nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) rack (>= 2.0.0) @@ -402,7 +403,7 @@ DEPENDENCIES pry pry-byebug pry-rails - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 6.0.0) rails-controller-testing