From 3e542d7aa20e4168d0ec16a91c92811501149bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 18:35:05 +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 8ba8460..9245aa8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '5.2.3' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'rack-cors' gem 'redis-rails' gem 'sucker_punch', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3f0ce7b..6cb46a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM nokogiri (1.10.3) mini_portile2 (~> 2.4.0) pg (0.21.0) - puma (3.12.1) + puma (3.12.3) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -154,7 +154,7 @@ DEPENDENCIES chipmunk (~> 6.1, >= 6.1.3.4) listen (~> 3.0.5) pg (~> 0.18) - puma (~> 3.0) + puma (~> 3.12) rack-cors rails (= 5.2.3) redis-rails