From 8947e151f6fb50ab717767b1d56952df47fa7cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:27:26 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 in /rails Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.12. - [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.12) --- 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 6d0973b2..d8cabcaa 100644 --- a/rails/Gemfile +++ b/rails/Gemfile @@ -8,7 +8,7 @@ end gem 'rails' gem 'pg' -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' gem 'sass-rails' gem 'uglifier', '>= 1.3.0' gem 'jquery-rails' diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index 534247ce..958a98e2 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -188,7 +188,8 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.1) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) rack (2.2.3) @@ -336,7 +337,7 @@ DEPENDENCIES pg_search pry-byebug pry-rails - puma (~> 3.0) + puma (~> 4.3) pundit rack-cors rails