From 9567808ad0cb6b2c4819287b1e1e65aaab863de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 02:09:21 +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 db962ec..8d2663a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.3' gem 'rails', '~> 6.1.0' 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 98b1e47..df6b120 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,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) @@ -291,7 +292,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mysql2 (>= 0.4.4, < 0.6.0) pry-rails - puma (~> 3.12) + puma (~> 5.2) rails (~> 6.1.0) rails-controller-testing rspec-rails (~> 4.0.2)