From 2ca13ea0c8125395f9fd078fd05218e35b89feb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 17:44:08 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 4.3.1 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.1...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 0c0674b..32c6730 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby "2.6.5" # base gems gem "rails", "~> 6.0.2", ">= 6.0.2.1" gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 4.1" +gem "puma", "~> 4.3" gem "webpacker", "~> 4.0" # uploads diff --git a/Gemfile.lock b/Gemfile.lock index fd1db2c..c7a2db8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1097,7 +1097,9 @@ GEM meta-tags (2.13.0) actionpack (>= 3.2.0, < 6.1) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -1111,7 +1113,7 @@ GEM name_of_person (1.1.1) activesupport (>= 5.2.0) nenv (0.3.0) - nio4r (2.5.2) + nio4r (2.5.7) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) oauth (0.5.4) @@ -1145,7 +1147,7 @@ GEM pg (1.2.0) possessive (1.0.1) public_suffix (4.0.2) - puma (4.3.1) + puma (4.3.8) nio4r (~> 2.0) rack (2.0.8) rack-protection (2.0.8.1) @@ -1323,7 +1325,7 @@ DEPENDENCIES omniauth-twitter (~> 1.4) pg (>= 0.18, < 2.0) possessive (~> 1.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) rails-patterns (~> 0.6.0) rubocop (~> 0.78.0)