From cd2fd7996ffdd2587f8052eeb18f5b6ea84150a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:53:13 +0000 Subject: [PATCH] Bump puma in /humans-in-the-loop-files/scribe-hitl/loop_3 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile | 2 +- humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile b/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile index 31ddf96..40a9232 100644 --- a/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile +++ b/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile @@ -29,7 +29,7 @@ gem 'actionpack-action_caching' gem 'newrelic_rpm' gem 'newrelic_moped' -gem 'puma', '~> 3.12.6' +gem 'puma', '~> 4.3.12' gem 'logstasher', '~> 1.3' diff --git a/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile.lock b/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile.lock index 3b3395f..7731853 100644 --- a/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile.lock +++ b/humans-in-the-loop-files/scribe-hitl/loop_3/Gemfile.lock @@ -175,6 +175,7 @@ GEM moped newrelic_rpm (~> 3.11) newrelic_rpm (3.13.2.302) + nio4r (2.3.1) nokogiri (1.9.1) mini_portile2 (~> 2.4.0) oauth2 (1.0.0) @@ -199,7 +200,8 @@ GEM omniauth-zooniverse (0.0.3) origin (2.3.1) orm_adapter (0.5.0) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.6.13) @@ -342,7 +344,7 @@ DEPENDENCIES omniauth-facebook omniauth-google-oauth2 omniauth-zooniverse (~> 0.0.3) - puma (~> 3.12.6) + puma (~> 4.3.12) quiet_assets rack-cors rack-streaming-proxy (~> 2.0.1)