From 3f14f6381e5d578f28c97569bf156bcd8be5637c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:42:17 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 4.3.11 in /volume/blog-backend Bumps [puma](https://github.com/puma/puma) from 3.12.4 to 4.3.11. - [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.4...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- volume/blog-backend/Gemfile | 2 +- volume/blog-backend/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/volume/blog-backend/Gemfile b/volume/blog-backend/Gemfile index 8f2e80a..a776e1a 100644 --- a/volume/blog-backend/Gemfile +++ b/volume/blog-backend/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # 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/volume/blog-backend/Gemfile.lock b/volume/blog-backend/Gemfile.lock index 90a6282..b2f9fd0 100644 --- a/volume/blog-backend/Gemfile.lock +++ b/volume/blog-backend/Gemfile.lock @@ -128,7 +128,8 @@ GEM pry-remote (0.1.8) pry (~> 0.9) slop (~> 3.0) - puma (3.12.4) + puma (4.3.11) + nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) rack (2.2.2) @@ -239,7 +240,7 @@ DEPENDENCIES pry pry-nav pry-remote - puma (~> 3.11) + puma (~> 4.3) pundit rack-cors rails (~> 6.0.0)