From e948c84c2db40c4bee8fa2800c43bf0f7941ec00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:48:29 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.11. - [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.1...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3b4126f..5791037 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.2' gem 'pg' gem 'mysql2' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index b769620..b76ae96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,8 @@ GEM pg (1.1.4) popper_js (1.14.5) public_suffix (4.0.1) - puma (3.12.1) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -312,7 +313,7 @@ DEPENDENCIES nokogiri paperclip (~> 6.0.0) pg - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.2) remotipart (~> 1.2) sass-rails (~> 5.0)