From 0c67093bdf96196f91966e1c896d5c4d07c9b024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:22:00 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.11. - [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.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 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..f7d2bef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1111,7 +1111,7 @@ GEM name_of_person (1.1.1) activesupport (>= 5.2.0) nenv (0.3.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) oauth (0.5.4) @@ -1145,7 +1145,7 @@ GEM pg (1.2.0) possessive (1.0.1) public_suffix (4.0.2) - puma (4.3.1) + puma (4.3.11) nio4r (~> 2.0) rack (2.0.8) rack-protection (2.0.8.1) @@ -1323,7 +1323,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)