From f05bb5a99f22ce52f76bb7f5c90b1558d2052dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:16:07 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.12. - [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.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index a9814d2..dd0f31e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # gem 'ddtrace' gem "lograge" diff --git a/Gemfile.lock b/Gemfile.lock index f1f5ae7..dbf0da0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,8 +69,6 @@ GEM activesupport concurrent-ruby (1.1.6) crass (1.0.6) - ddtrace (0.33.1) - msgpack erubi (1.9.0) faker (2.11.0) i18n (>= 1.6, < 2) @@ -89,7 +87,6 @@ GEM activesupport (>= 4) railties (>= 4) request_store (~> 1.0) - logstash-event (1.2.02) loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -103,11 +100,11 @@ 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) pg (1.2.3) - puma (4.3.3) + puma (4.3.12) nio4r (~> 2.0) rack (2.2.2) rack-test (1.1.0) @@ -172,13 +169,11 @@ DEPENDENCIES active_model_serializers bootsnap (>= 1.4.2) byebug - ddtrace faker listen (>= 3.0.5, < 3.2) lograge - logstash-event pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rails (~> 6.0.2, >= 6.0.2.2) spring spring-watcher-listen (~> 2.0.0)