From eb3a83b8e05b6b2eb68160e54aa960fffb034017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:49:11 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 4.3.12. - [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.11.4...v4.3.12) --- 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 0b5cbe6..82cdae9 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.3' gem 'active_model_serializers', '~> 0.10.6' gem 'bcrypt', '~> 3.1.11' gem 'pg', '~> 0.21' -gem 'puma', '~> 3.11.2' +gem 'puma', '~> 4.3.12' gem 'rack-cors', '~> 1.0.2', require: 'rack/cors' gem 'rails', '~> 5.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 8b67c5a..9690eef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,8 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.11.4) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -199,7 +200,7 @@ DEPENDENCIES pry (~> 0.11.3) pry-byebug (~> 3.6.0) pry-rails (~> 0.3.6) - puma (~> 3.11.2) + puma (~> 4.3.12) rack-cors (~> 1.0.2) rails (~> 5.2.3) rails_12factor (~> 0.0.3)