From 90e11d3bb91c0b94922a0eba2397c15911a51a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:16:51 +0000 Subject: [PATCH] Bump puma from 4.3.9 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.9 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.9...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6111750..f4d3e0e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.4.4' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.3.9' +gem 'puma', '~> 4.3.12' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Active Model has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 6a3874a..c7e0f3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ GEM mini_portile2 (~> 2.7.0) racc (~> 1.4) pg (1.2.3) - puma (4.3.9) + puma (4.3.12) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -211,7 +211,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mocha pg (>= 0.18, < 2.0) - puma (~> 4.3.9) + puma (~> 4.3.12) rails (~> 6.0.4.4) spring spring-watcher-listen (~> 2.0.0)