From 1abe30d37e95395a8290bd9121abde7e3f602cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:12:42 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 4.3.11 in /app Bumps [puma](https://github.com/puma/puma) from 3.11.0 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.0...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/Gemfile | 2 +- app/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Gemfile b/app/Gemfile index 4eae867..0f6a3dd 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'pg', '~> 0.21.0' # 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/app/Gemfile.lock b/app/Gemfile.lock index a00f229..10bea94 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -97,7 +97,8 @@ GEM mini_portile2 (~> 2.3.0) pg (0.21.0) public_suffix (3.0.1) - puma (3.11.0) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.3) rack-cors (1.0.5) rack (>= 1.6.0) @@ -200,7 +201,7 @@ DEPENDENCIES jwt listen (>= 3.0.5, < 3.2) pg (~> 0.21.0) - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.1.4) sass-rails (~> 5.0)