From 5b3010fb8e009147a2846dabcfe47945fcafb1b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 16:00:31 +0000 Subject: [PATCH] Bump puma from 3.8.2 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.8.2 to 3.12.6. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a267f8c..3e7573a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ ruby '2.4.0' gem 'active_model_serializers' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'rack-cors' gem 'rails', '~> 5.0.2' gem 'tzinfo-data' diff --git a/Gemfile.lock b/Gemfile.lock index 4025316..0f45aa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM ast (~> 2.2) pg (0.20.0) powerpack (0.1.1) - puma (3.8.2) + puma (3.12.6) rack (2.0.1) rack-cors (0.4.1) rack-test (0.6.3) @@ -178,7 +178,7 @@ DEPENDENCIES faker listen (~> 3.0.5) pg (~> 0.18) - puma (~> 3.0) + puma (~> 3.12) rack-cors rails (~> 5.0.2) rspec-rails (~> 3.5)