From 555ec21bece52324611a3588cf52fab32c7d421f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:06:06 +0000 Subject: [PATCH] Bump puma from 4.3.0 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.0 to 4.3.12. - [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.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d04d66f..4be1104 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'pg' gem 'faker' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 1138947..99846b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,16 +78,22 @@ 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) msgpack (1.3.1-x64-mingw32) - nio4r (2.5.2) + nio4r (2.5.8) + nokogiri (1.10.5) + mini_portile2 (~> 2.4.0) nokogiri (1.10.5-x64-mingw32) mini_portile2 (~> 2.4.0) + pg (1.1.4) pg (1.1.4-x64-mingw32) - puma (4.3.0) + puma (4.3.12) nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) @@ -155,6 +161,7 @@ GEM zeitwerk (2.2.1) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -162,7 +169,7 @@ DEPENDENCIES byebug faker pg - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.1) rspec-rails (~> 3.0) tzinfo-data