From c942db16b04f47ab59bac604301119360d9e4b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:36:17 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.4 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.4...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 3afde680..3f1c0742 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bootstrap', '~> 4.3.1' gem 'coffee-rails', '4.2.2' gem 'jbuilder', '2.7.0' gem 'jquery-rails', '4.3.1' -gem 'puma', '3.12.4' +gem 'puma', '4.3.9' gem 'rails', '5.1.6' gem 'sass-rails', '5.0.6' gem 'turbolinks', '5.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index a71ad56a..9571eb2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.3) - puma (3.12.4) + puma (4.3.9) + nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -383,7 +384,7 @@ DEPENDENCIES omniauth omniauth-twitter pg (= 0.20.0) - puma (= 3.12.4) + puma (= 4.3.9) rails (= 5.1.6) rails-controller-testing (= 1.0.2) rails_12factor