From 7584fb6aa51154a3aed06e17a7f9b838ad2c565f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:44:46 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 5.6.4. - [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.5...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index cc4afa5..e41f830 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.5.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.2.1' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' gem 'postgres-copy' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index fd5843f..9f40313 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,13 +84,15 @@ 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_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) msgpack (1.2.9) mustache (1.1.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pg (1.1.4) @@ -101,7 +103,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (4.3.5) + puma (5.6.4) nio4r (~> 2.0) pundit (2.0.0.beta1) activesupport (>= 3.0.0) @@ -211,7 +213,7 @@ DEPENDENCIES loofah (>= 2.2.3) postgres-copy pry - puma (~> 4.3) + puma (~> 5.6) pundit (= 2.0.0.beta1) rack (>= 2.0.6) rack-cors