From a19a03702541a44a407899770dce1c84826cec97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 3 Jun 2019 11:02:14 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.1 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.1. - [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.1) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 553dbe70..90dc1499 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby "~> 2.5" gem 'rails', '~> 5.2' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'puma-heroku' # Storage diff --git a/Gemfile.lock b/Gemfile.lock index 625e4006..01ff0651 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -997,7 +997,7 @@ GEM method_source (~> 0.9.0) psych (3.1.0) public_suffix (3.1.0) - puma (3.12.0) + puma (3.12.1) puma-heroku (1.0.0) puma (~> 3.0) pundit (2.0.1) @@ -1272,7 +1272,7 @@ DEPENDENCIES paranoia pg (~> 1.1) pry - puma (~> 3.7) + puma (~> 3.12) puma-heroku rack-mini-profiler rails (~> 5.2)