From b768342381710ccc40beef0c4cea093fdff321a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:46:11 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.9 in /backend Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.9. - [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.3...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 4973556..e366b41 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # 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/Gemfile.lock b/backend/Gemfile.lock index 9cbd17a..44d2ed0 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -82,11 +82,11 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pg (1.2.3) - puma (4.3.3) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -151,7 +151,7 @@ DEPENDENCIES byebug listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.2, >= 6.0.2.2) spring