From 87dce5b8aa35e54dca4f98888a2f740ca2d11060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 07:27:51 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.3.1. - [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.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5d7f956..627394f 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'json' # gem "sinatra", require: "sinatra/base" # gem "sinatra-contrib", require: ["sinatra/namespace", "sinatra/reloader"] # gem "sinatra-router" -gem 'puma', '~> 3.9' +gem 'puma', '~> 5.3' ## Time & Space gem 'ice_cube', '~> 0.16.0' # Date/Time helper diff --git a/Gemfile.lock b/Gemfile.lock index 5b518b9..74bdc7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,6 +186,7 @@ GEM multi_xml (0.6.0) multipart-post (2.0.0) nenv (0.3.0) + nio4r (2.5.7) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) @@ -224,7 +225,8 @@ GEM pry (~> 0.10) pry-nav (0.2.4) pry (>= 0.9.10, < 0.11.0) - puma (3.12.6) + puma (5.3.1) + nio4r (~> 2.0) rack (1.6.13) rack-accept (0.4.5) rack (>= 0.4) @@ -362,7 +364,7 @@ DEPENDENCIES pry pry-byebug pry-nav (~> 0.2.4) - puma (~> 3.9) + puma (~> 5.3) rack-test rack-timeout (~> 0.4) rake