From b9be59c904e7a3809c8c9b750064fcace0fde0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:12:43 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 4.3.5 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.5...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 43766f40..59b0bef1 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do end group :production, :staging, :deploy do - gem 'puma', '~> 4.3.5' + gem 'puma', '~> 4.3.9' end group :doc do diff --git a/Gemfile.lock b/Gemfile.lock index 6d7ffafa..e246f284 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -294,7 +294,7 @@ GEM net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) netrc (0.11.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) oauth (0.5.4) @@ -333,7 +333,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.1.1) - puma (4.3.5) + puma (4.3.9) nio4r (~> 2.0) rabl (0.14.1) activesupport (>= 2.3.14) @@ -551,7 +551,7 @@ DEPENDENCIES omniauth-facebook omniauth-google-oauth2 pry - puma (~> 4.3.5) + puma (~> 4.3.9) rabl rails (~> 4.2) rails-erd!