From 3b27ea26a20e4e49d45e28d4ad7cfd4eb039986f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:39:58 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 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] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 60df2e3..8e9b2cf 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "mini_racer" # Use pry for debugging gem "pry" # Use Puma as the app server -gem "puma", "~> 3.12" +gem "puma", "~> 4.3" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 5.1.6" # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 3b861f6..11dc32b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.3) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.8) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -263,7 +264,7 @@ DEPENDENCIES nokogiri (>= 1.8.5) pg pry - puma (~> 3.12) + puma (~> 4.3) rack (>= 2.0.6) rails (~> 5.1.6) rails_12factor