From ad13bb8a17ecb6de64dff3bf679a4341ce5a1d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 21:10:35 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.9 in /backend Bumps [puma](https://github.com/puma/puma) from 4.3.5 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.5...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 7e324386..b0f98a5e 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.5' # Infra gem 'rails', '~> 6.0.3', '>= 6.0.3.1' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'bootsnap', '>= 1.4.2', require: false gem 'rack-cors' diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 1a816ace..6565e413 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -94,14 +94,14 @@ 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.9) mini_portile2 (~> 2.4.0) pg (1.2.3) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - puma (4.3.5) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -189,7 +189,7 @@ DEPENDENCIES listen (~> 3.2) pg (>= 0.18, < 2.0) pry - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.3, >= 6.0.3.1) rspec-rails