From 37de2040ce4ff23cd8ae64a0c67492412bcb6ed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 23:01:57 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.3. - [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.0...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 428f79c..163ec1a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.5.3' gem 'rails', '~> 5.2.1' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'uglifier', '>= 1.3.0' gem 'webpacker' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index a13b856..8239826 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (1.1.3) - puma (3.12.0) + puma (3.12.3) rack (2.0.6) rack-protection (2.0.5) rack @@ -303,7 +303,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) loofah (>= 2.2.3) pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rack (>= 2.0.6) rails (~> 5.2.1) responders (~> 2.4)