From 42a151411a58fa5c4bf6ae86415bd10204659ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:52:16 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.9. - [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/v3.12.1...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a0bae53..501b240 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.1' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4', '< 0.6.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Rack middleware for blocking & throttling gem 'rack-attack' diff --git a/Gemfile.lock b/Gemfile.lock index efcb7fe..aac667a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,7 +110,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) 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) @@ -127,7 +129,8 @@ GEM parser (2.6.5.0) ast (~> 2.4.0) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.9) + nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) rack (2.0.7) @@ -249,7 +252,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mini_magick (~> 4.8) mysql2 (>= 0.4.4, < 0.6.0) - puma (~> 3.11) + puma (~> 4.3) pundit rack-attack rack-cors