From 7e24c01005333f0209fc74aaf53cfecd62fa123e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 18:19:05 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.4. - [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.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 56b663b..f17058e 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.5.3' gem 'rails', '~> 5.2.0' # API/Server -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'grape' gem 'grape-swagger' gem 'grape-middleware-logger' diff --git a/Gemfile.lock b/Gemfile.lock index 0b7c7fa..b97567e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -320,7 +320,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.2) - puma (3.12.0) + puma (3.12.4) rack (2.0.7) rack-accept (0.4.5) rack (>= 0.4) @@ -552,7 +552,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.0) ransack react-rails