From d141880a6ab74824d83d4c8082bd9fb1a7b9390f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:04:42 +0000 Subject: [PATCH] Bump puma from 4.3.8 to 4.3.10 Bumps [puma](https://github.com/puma/puma) from 4.3.8 to 4.3.10. - [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.8...v4.3.10) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index dfa91bce1..44e3e9e51 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "paperclip", "~> 6.1.0" gem "paranoia", "~> 2.4.3" gem "pg", "~> 1.2.3" gem "pg_search", "~> 2.3.5" -gem "puma", "~> 4.3.8" +gem "puma", "~> 4.3.10" gem "recipient_interceptor", "~> 0.3.0" gem "redcarpet", "~> 3.5.1" gem "responders", "~> 3.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index cc8fedee0..48d612d2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -463,7 +463,7 @@ GEM pronto (~> 0.11.0) scss_lint (~> 0.43, >= 0.43.0) public_suffix (4.0.6) - puma (4.3.8) + puma (4.3.10) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -759,7 +759,7 @@ DEPENDENCIES pronto-eslint (~> 0.11.0) pronto-rubocop (~> 0.11.1) pronto-scss (~> 0.11.0) - puma (~> 4.3.8) + puma (~> 4.3.10) rails (= 5.2.6) rails-assets-leaflet! rails-assets-markdown-it (~> 9.0.1)!