From 5f932a628c6a5e4aff383b966d37c36e29e107e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 16:43:47 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.5 Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 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..2b82620 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.5) 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)