From 04bafe9aa952133697f61dccbaab5574a7b65df1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:49:15 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.12 in /services/backend-api/app 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] --- services/backend-api/app/Gemfile | 2 +- services/backend-api/app/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/backend-api/app/Gemfile b/services/backend-api/app/Gemfile index a801abc..f7ef7b5 100644 --- a/services/backend-api/app/Gemfile +++ b/services/backend-api/app/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puma', '~> 4.3.3' +gem 'puma', '~> 4.3.12' gem 'rack', '~> 2.0.8' gem 'sinatra', '~> 2.0.7' gem 'sinatra-contrib', '~> 2.0.7' diff --git a/services/backend-api/app/Gemfile.lock b/services/backend-api/app/Gemfile.lock index 2955856..2057b2c 100644 --- a/services/backend-api/app/Gemfile.lock +++ b/services/backend-api/app/Gemfile.lock @@ -10,8 +10,8 @@ GEM minitest (5.11.3) multi_json (1.13.1) mustermann (1.0.3) - nio4r (2.5.2) - puma (4.3.3) + nio4r (2.5.8) + puma (4.3.12) nio4r (~> 2.0) rack (2.0.8) rack-protection (2.0.7) @@ -52,7 +52,7 @@ DEPENDENCIES bunny (~> 2.14.2) connection_pool (~> 2.2.2) minitest - puma (~> 4.3.3) + puma (~> 4.3.12) rack (~> 2.0.8) rack-test (~> 1.1.0) redis (~> 4.1.2)