From 96c55f0fbfdfd070009309ec4320b7296280157e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:22:34 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.9. - [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.6...v4.3.9) --- 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 7804a45..84e855b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '~> 6.1' gem 'pg' -gem 'puma', '~> 3.12' +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 a92cbad..e8816e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.9) + nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) racc (1.5.2) @@ -397,7 +398,7 @@ DEPENDENCIES phonelib (~> 0.6.15) pry pry-rails - puma (~> 3.12) + puma (~> 4.3) pundit (~> 1.1) rack-cors (~> 1.0, >= 1.0.2) rails (~> 6.1)