From a85bdd3aab3925d92faa8cd95e6a418546965415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 16:56:16 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 4.3.8. - [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.11.4...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 271354f..5c6147f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.5.0' gem 'dotenv-rails', '~> 2.2', '>= 2.2.2' gem 'rails', '~> 5.2.0' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'jbuilder', '~> 2.5' gem 'bcrypt', '~> 3.1.7' gem 'mini_magick', '~> 4.8' diff --git a/Gemfile.lock b/Gemfile.lock index 242ea0f..16bd230 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,9 @@ GEM marcel (0.3.2) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.8.0) mini_mime (1.0.0) mini_portile2 (2.3.0) @@ -91,7 +93,8 @@ GEM pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (3.11.4) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.4) rack-cors (1.0.2) rack-test (1.0.0) @@ -175,7 +178,7 @@ DEPENDENCIES mini_magick (~> 4.8) pg (>= 0.18, < 2.0) pry (~> 0.11.3) - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 5.2.0) rspec-rails (~> 3.7, >= 3.7.2)