From 1f98ca1fa28ead3dd4704fa2c7c7fce354c6865c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 01:20:37 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.3. - [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.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8cbf146..cdd44f1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.5.1' gem 'rails', '~> 5.2.2.1' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'resque' gem 'curb' gem 'crono' diff --git a/Gemfile.lock b/Gemfile.lock index 6339666..4b4a3f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (3.12.0) + puma (3.12.3) rack (2.0.6) rack-protection (2.0.5) rack @@ -218,7 +218,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.2.1) resque sass-rails (~> 5.0)