From cd026a4c86fbfa4b9843d959c6344741431201f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:03:50 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...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 80532dd..25d819f 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end gem 'bcrypt', '~> 3.1.7' # 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 e0979c6..635514e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,8 @@ GEM pg (1.2.3) popper_js (1.16.0) public_suffix (4.0.3) - puma (3.12.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.1.1) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -229,7 +230,7 @@ DEPENDENCIES jquery-rails listen (>= 3.0.5, < 3.2) pg - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.4, >= 5.2.4.1) rails-controller-testing sass-rails (~> 5.0)