From 738f96c605e2ed51be89cc879a4f5474f27ce440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 05:53:00 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.1...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 2968e49..6581eaf 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.6.0' gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'bootsnap', '>= 1.1.0', require: false gem 'graphql', '1.9.4' gem 'simple_command' diff --git a/Gemfile.lock b/Gemfile.lock index b97301c..3591687 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.1) + puma (3.12.3) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -208,7 +208,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) pry-rails - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 5.2.3) redis-rails