From 84f4ab9f46ccab1963a5a932db6ec383ab818041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:14:33 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4088cf5..ca999ec 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'figaro', '~> 1.1', '>= 1.1.1' gem 'pg', '~> 0.18.4' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'slim', '~> 3.0', '>= 3.0.7' diff --git a/Gemfile.lock b/Gemfile.lock index 123d1a2..563561a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,9 @@ GEM markdownjs-rails (1.0.2) railties (>= 3.1) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.1) @@ -93,7 +95,8 @@ GEM nokogiri (1.10.9) mini_portile2 (~> 2.4.0) pg (0.18.4) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -177,7 +180,7 @@ DEPENDENCIES markdownjs-rails (~> 1.0, >= 1.0.2) neat (~> 1.8) pg (~> 0.18.4) - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2, >= 5.2) rails_12factor (~> 0.0.3) sass-rails (~> 5.0, >= 5.0.6)