From 172dde665e0dc0186885dc330d1b70eb9e63a322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:16:52 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.12 in /backend-api Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.12. - [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...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend-api/Gemfile | 2 +- backend-api/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend-api/Gemfile b/backend-api/Gemfile index b7a8e1b..04d0e5a 100644 --- a/backend-api/Gemfile +++ b/backend-api/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 6.0.1' # gem 'sqlite3', '~> 1.4' gem 'pg' # Use Puma as the app server -gem 'puma', '~> 4.1' +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/backend-api/Gemfile.lock b/backend-api/Gemfile.lock index 1a6bd55..ea2168b 100644 --- a/backend-api/Gemfile.lock +++ b/backend-api/Gemfile.lock @@ -93,11 +93,11 @@ GEM mini_portile2 (2.4.0) minitest (5.14.1) msgpack (1.3.3) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.2.3) - puma (4.3.5) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.3) rack-cors (1.1.1) @@ -164,7 +164,7 @@ DEPENDENCIES byebug listen (>= 3.0.5, < 3.2) pg - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.1) spring