From d5b4563a5f23bf1d6b791296de339c611b110237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:19:55 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.5 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.5...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9afe4b7..8dea699 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development, :test do gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'dotenv-rails' # Use Puma as the app server - gem 'puma', '~> 4.3.5' + gem 'puma', '~> 4.3.12' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index d108373..5f436e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -188,7 +190,7 @@ GEM net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.0.2) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) @@ -196,7 +198,7 @@ GEM polyamorous (2.3.2) activerecord (>= 5.2.1) public_suffix (4.0.4) - puma (4.3.5) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) @@ -328,7 +330,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.3.5) + puma (~> 4.3.12) rails (~> 6.0.2, >= 6.0.2.2) rails-static-router sass-rails (>= 6)