From 99fa3d03363044edc35987c2bb11d30f84504dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 01:46:01 +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 5318f19..8b99e0e 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'uglifier', '>= 1.3.0' gem 'webpacker', '>= 4.0.x' gem 'bootsnap' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'sdoc', '~> 0.4.0', group: :doc diff --git a/Gemfile.lock b/Gemfile.lock index d3209c5..e9bd598 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.0.3) - puma (3.12.1) + puma (3.12.3) pundit (2.0.1) activesupport (>= 3.0.0) rack (2.0.7) @@ -497,7 +497,7 @@ DEPENDENCIES pry-byebug pry-coolline pry-rails - puma (~> 3.11) + puma (~> 3.12) pundit rack-cors rails (~> 5.2.0)