From 9b3603d55a86b5ee68adc0e5d37213e324285b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 09:13:27 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.11.3 to 3.12.4. - [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.11.3...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b6d61595..de03e5f9 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'lograge', '~> 0.10.0' gem 'pg', '~> 0.21' gem 'pg_search', '~> 2.1.2' gem 'photoswipe-rails', '~> 4.1', '>= 4.1.2' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'pundit', '~> 1.1.0' gem 'rack-canonical-host', '~> 0.2' gem 'recipient_interceptor', '~> 0.1' diff --git a/Gemfile.lock b/Gemfile.lock index eaff775f..4cd05907 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.2) - puma (3.11.3) + puma (3.12.4) pundit (1.1.0) activesupport (>= 3.0.0) rack (2.0.7) @@ -489,7 +489,7 @@ DEPENDENCIES photoswipe-rails (~> 4.1, >= 4.1.2) pry-byebug (~> 3.5) pry-rails (~> 0.3) - puma (~> 3.11) + puma (~> 3.12) pundit (~> 1.1.0) rack-canonical-host (~> 0.2) rails (~> 5.2)