From 5b186acb1a98124c6f7ff64e84ffcb9041d77c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:42:09 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.4 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.4...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 3afde680..3f89e219 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.12' 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..e3727129 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.12) + 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.12) rails (= 5.1.6) rails-controller-testing (= 1.0.2) rails_12factor