From 4516479eb83ce2571d387e68487ef7583addb4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 16:37:06 +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 18ad1e9..9d30d28 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.3' gem 'rails', '~> 5.2.3' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 2990a13..ffab3ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,7 +223,8 @@ GEM pg (1.3.4) popper_js (1.16.0) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.11) + nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) rack-cors (1.1.1) @@ -355,7 +356,7 @@ DEPENDENCIES mini_magick parallel pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 5.2.3) rails-assets-OwlCarousel2!