From f49cc49fe66bb467713d95886254ed872e80112b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:05:59 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 4.3.11 in /rails Bumps [puma](https://github.com/puma/puma) from 3.11.3 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.11.3...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rails/Gemfile | 2 +- rails/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rails/Gemfile b/rails/Gemfile index 515f954..ac3b925 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -9,7 +9,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.1.3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 6ce9722..70ddf6b 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -164,7 +164,8 @@ GEM polyamorous (1.3.3) activerecord (>= 3.0) public_suffix (3.0.2) - puma (3.11.3) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.5) rack-pjax (1.0.0) nokogiri (~> 1.5) @@ -321,7 +322,7 @@ DEPENDENCIES mini_racer paranoia pg - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.3) rails_admin rails_db