From 74feaf8fff3b4f4adbe251b5a938f98140e13f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 00:00:26 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...v4.3.11) --- 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 db3b9b0..3dab8f9 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "flipper-active_record", "~> 0.16" gem "flipper-ui", "~> 0.16" gem "mailgun-ruby", "~> 1.1" gem "pg", "~> 1.1.0" -gem "puma", "~> 3.12" +gem "puma", "~> 4.3" gem "uglifier", "~> 4.1" gem "webpacker", "~> 3.5" diff --git a/Gemfile.lock b/Gemfile.lock index 3f0d951..ca778f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,8 @@ GEM byebug (~> 11.0) pry (~> 0.10) public_suffix (3.0.3) - puma (3.12.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-protection (2.0.5) rack @@ -380,7 +381,7 @@ DEPENDENCIES mailgun-ruby (~> 1.1) pg (~> 1.1.0) pry-byebug - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.1) rails-erd rspec-rails