From a8c17a22076db9a3cb01217422e498b35171a871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 02:59:44 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 3.12.2 in /app Bumps [puma](https://github.com/puma/puma) from 3.11.0 to 3.12.2. - [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.2) Signed-off-by: dependabot[bot] --- app/Gemfile | 2 +- app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index 4eae867..64fe992 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'pg', '~> 0.21.0' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/app/Gemfile.lock b/app/Gemfile.lock index a00f229..303e73d 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -97,7 +97,7 @@ GEM mini_portile2 (~> 2.3.0) pg (0.21.0) public_suffix (3.0.1) - puma (3.11.0) + puma (3.12.2) rack (2.0.3) rack-cors (1.0.5) rack (>= 1.6.0) @@ -200,7 +200,7 @@ DEPENDENCIES jwt listen (>= 3.0.5, < 3.2) pg (~> 0.21.0) - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 5.1.4) sass-rails (~> 5.0)