From fb3058f2b82480bb4f113f1ce9d9e4d5cf52d2a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:57:59 +0000 Subject: [PATCH] Bump puma from 5.3.1 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.3.1 to 5.6.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/v5.3.1...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 45dd5cf..d72547c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.4' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index a5c83d5..a87f5cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,13 +89,13 @@ GEM mini_portile2 (2.5.1) minitest (5.14.4) msgpack (1.4.2) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) nokogiri (1.11.4-x64-mingw32) racc (~> 1.4) - puma (5.3.1) + puma (5.6.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -163,7 +163,7 @@ DEPENDENCIES byebug faker listen (~> 3.3) - puma (~> 5.0) + puma (~> 5.6) rails (~> 6.1.3, >= 6.1.3.1) seed_dump spring