From 15e79a284a1c682b8e470857fc8ee4c689e11565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:59:44 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 4.3.3 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/v4.3.3...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4e60e4e..1eaae0a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rails", "6.0.0" -gem "puma", "4.3.3" +gem "puma", "4.3.9" gem "jbuilder", "2.9.1" gem "pg", "1.1.4" gem "redis-rails", "5.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index f766e72..795c773 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) overcommit (0.49.1) @@ -146,7 +146,7 @@ GEM pry-remote (0.1.8) pry (~> 0.9) slop (~> 3.0) - puma (4.3.3) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.2) rack-mini-profiler (1.0.2) @@ -305,7 +305,7 @@ DEPENDENCIES pry-nav pry-rails pry-remote - puma (= 4.3.3) + puma (= 4.3.9) rack-mini-profiler rails (= 6.0.0) redis-rails (= 5.0.2)