From c84c0902d8c733c3c397ed5e855cf8456ab79838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:55:40 +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 f9cf2f2..b3dd5be 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '~> 2.7.0' gem 'bootsnap', '>= 1.4.2', require: false gem 'devise' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.3.5' +gem 'puma', '~> 4.3.9' gem 'rails', '~> 6.0.2', '>= 6.0.2.2' gem 'rolify' gem 'sass-rails', '>= 6' diff --git a/Gemfile.lock b/Gemfile.lock index ebb9834..01df94e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,13 +112,13 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.3) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (1.2.3) public_suffix (4.0.4) - puma (4.3.5) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.3) rack-proxy (0.6.5) @@ -251,7 +251,7 @@ DEPENDENCIES faker listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 4.3.5) + puma (~> 4.3.9) rails (~> 6.0.2, >= 6.0.2.2) rolify rspec-rails (~> 4.0.0)