From a794a5b6d2401fb9ae6e9014ed8603c16c01aa36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 16:12:04 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 5.2.2 Bumps [puma](https://github.com/puma/puma) from 4.3.5 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/v4.3.5...v5.2.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e896045..aa6c747 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.7.1' gem 'rails', '~> 6.0.3.3' gem 'mysql2', '~> 0.5.3' -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.2' gem 'webpacker', '~> 5.2' gem 'jbuilder', '~> 2.9', '>= 2.9.1' gem 'bootsnap', '~> 1.4', require: false diff --git a/Gemfile.lock b/Gemfile.lock index bc42ed6..e36996e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,11 +115,11 @@ GEM minitest (5.14.2) msgpack (1.3.3) mysql2 (0.5.3) - nio4r (2.5.3) + nio4r (2.5.5) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) public_suffix (4.0.5) - puma (4.3.5) + puma (5.2.2) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -257,7 +257,7 @@ DEPENDENCIES jbuilder (~> 2.9, >= 2.9.1) listen (~> 3.2, >= 3.2.1) mysql2 (~> 0.5.3) - puma (~> 4.3) + puma (~> 5.2) rails (~> 6.0.3.3) rails-controller-testing (~> 1.0) rspec-rails (~> 4.0)