From d2d3e0ccf24b3a2a07741930ea41f33d11f427b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 02:08:47 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.2.2 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.2.2. - [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...v5.2.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d587ac8..ff95ec9 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.3' gem 'rails', '~> 5.2.1' gem 'mysql2', '>= 0.4.4', '< 0.6.0' -gem 'puma', '~> 3.12' +gem 'puma', '~> 5.2' gem 'sass-rails', '~> 6.0' gem 'uglifier', '>= 1.3.0' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 86c8bef..c6f9137 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (3.12.6) + puma (5.2.2) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-test (1.1.0) @@ -272,7 +273,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mysql2 (>= 0.4.4, < 0.6.0) pry-rails - puma (~> 3.12) + puma (~> 5.2) rails (~> 5.2.1) rails-controller-testing rspec-rails (~> 4.0.2)