From a1fa02855a41bdcdcc065b4f60158d5250b36ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 16:56:48 +0000 Subject: [PATCH] Bump puma from 4.3.1 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 4.3.1 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/v4.3.1...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5ecb3f7..46299f5 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby '2.6.5' gem 'bootsnap', '>= 1.4.2', require: false gem 'jwt' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'rails', '~> 6.0.2', '>= 6.0.2.1' group :development, :test do gem 'byebug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index d511a8b..c30a7d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,19 +84,21 @@ 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.2) mini_portile2 (2.4.0) minitest (5.13.0) msgpack (1.3.1) - nio4r (2.5.2) + nio4r (2.5.7) nokogiri (1.10.7) mini_portile2 (~> 2.4.0) parallel (1.18.0) parser (2.6.5.0) ast (~> 2.4.0) pg (1.1.4) - puma (4.3.1) + puma (4.3.8) nio4r (~> 2.0) rack (2.0.8) rack-test (1.1.0) @@ -192,7 +194,7 @@ DEPENDENCIES jwt listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.1) rspec-rails rubocop