From 52d52402755122f9a6061c335099b46afbd08c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 19:07:50 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.0...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 3883b22..6ec6413 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'friendly_id', '~> 5.2.4' gem 'haml-rails', '~> 1.0' gem 'jbuilder', '~> 2.5' gem 'jquery-rails' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.2' gem 'redcarpet' gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 282beba..fd319ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.0.3) - puma (3.12.0) + puma (4.3.9) + nio4r (~> 2.0) rack (2.0.6) rack-protection (2.0.5) rack @@ -343,7 +344,7 @@ DEPENDENCIES minitest-rails-capybara pg pry-rails - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.2) rb-readline redcarpet