From 975620d7828e2b1c9ae1342ae9bff51d1bc6f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 08:44:02 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.11.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.11.0...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 39902f2..23b65b4 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'jquery-rails' gem 'json-jwt' gem 'mini_racer', '~> 0.2.6' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'rack-timeout', '~> 0.4' gem 'rails', '~> 5' gem 'redis-rails', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index 7842833..90c6c05 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM activesupport aes_key_wrap bindata - libv8 (7.3.492.27.1-x86_64-linux) + libv8 (7.3.492.27.1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -119,7 +119,7 @@ GEM pg (0.21.0) popper_js (1.14.5) powerpack (0.1.1) - puma (3.11.0) + puma (3.12.4) rack (2.0.7) rack-mini-profiler (0.10.7) rack (>= 1.2.0) @@ -265,7 +265,7 @@ DEPENDENCIES listen (~> 3.0.5) mini_racer (~> 0.2.6) pg (~> 0.18) - puma (~> 3.0) + puma (~> 3.12) rack-mini-profiler (~> 0.10) rack-timeout (~> 0.4) rails (~> 5)