From 2ad97e4b1d26b4f24cdf221ea33d8b78fc692850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 04:40:48 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.8. - [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/v4.3.3...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4e60e4e..cfcfbb7 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rails", "6.0.0" -gem "puma", "4.3.3" +gem "puma", "4.3.8" gem "jbuilder", "2.9.1" gem "pg", "1.1.4" gem "redis-rails", "5.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index f766e72..c0b2053 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,11 +122,13 @@ GEM mimemagic (~> 0.3.2) memory_profiler (0.9.14) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) - nio4r (2.5.2) + nio4r (2.5.7) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) overcommit (0.49.1) @@ -146,7 +148,7 @@ GEM pry-remote (0.1.8) pry (~> 0.9) slop (~> 3.0) - puma (4.3.3) + puma (4.3.8) nio4r (~> 2.0) rack (2.2.2) rack-mini-profiler (1.0.2) @@ -305,7 +307,7 @@ DEPENDENCIES pry-nav pry-rails pry-remote - puma (= 4.3.3) + puma (= 4.3.8) rack-mini-profiler rails (= 6.0.0) redis-rails (= 5.0.2)