From a3a45ad5034966cf616eb1576124a1f205c80e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:58:03 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.3.11. - [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.1...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9c24c37..a4b877b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end gem 'rails', '~> 5.0.2' gem 'sqlite3', '~> 1.3.0' -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index a2abe6a..fc9dd7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,8 +111,10 @@ GEM nokogiri (1.10.3-x86-mingw32) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) - puma (3.12.1) - puma (3.12.1-java) + puma (4.3.11) + nio4r (~> 2.0) + puma (4.3.11-java) + nio4r (~> 2.0) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -214,7 +216,7 @@ DEPENDENCIES json jwt listen (~> 3.0.5) - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.0.2) sass-rails (~> 5.0) spring