From 83c3f8ce659585fc01ac4cfc2c6cfdb096d30c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:42:22 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.2 Bumps [puma](https://github.com/puma/puma) from 3.11.4 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.4...v3.12.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ccc7afd..6147de0 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "rails", "~> 5.1.6" # Use postgresql as the database for Active Record gem "pg", "~> 1.0.0" # Use Puma as the app server -gem "puma", "~> 3.7" +gem "puma", "~> 3.12" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 0cbcf1a..7719fa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM ast (~> 2.4.0) pg (1.0.0) powerpack (0.1.1) - puma (3.11.4) + puma (3.12.2) pusher-client (0.6.2) json websocket (~> 1.0) @@ -256,7 +256,7 @@ DEPENDENCIES minitest-reporters octokit (~> 4.0) pg (~> 1.0.0) - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 5.1.6) rails_12factor