From 788181d4ddf56a5cc11b380265ca4dab37931cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 20:13:40 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.6. - [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.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 428f79c..163ec1a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.5.3' gem 'rails', '~> 5.2.1' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'uglifier', '>= 1.3.0' gem 'webpacker' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index a13b856..deb8445 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -158,7 +160,7 @@ GEM mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (1.1.3) - puma (3.12.0) + puma (3.12.6) rack (2.0.6) rack-protection (2.0.5) rack @@ -303,7 +305,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) loofah (>= 2.2.3) pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rack (>= 2.0.6) rails (~> 5.2.1) responders (~> 2.4)