From f8e2bb1690ad72cffdf45d08d416667fab9017d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 16:12:21 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.5 in /services/backend-api/app Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- services/backend-api/app/Gemfile | 2 +- services/backend-api/app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/backend-api/app/Gemfile b/services/backend-api/app/Gemfile index a801abc..4a6c16d 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.5' 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..d353e8c 100644 --- a/services/backend-api/app/Gemfile.lock +++ b/services/backend-api/app/Gemfile.lock @@ -11,7 +11,7 @@ GEM multi_json (1.13.1) mustermann (1.0.3) nio4r (2.5.2) - puma (4.3.3) + puma (4.3.5) 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.5) rack (~> 2.0.8) rack-test (~> 1.1.0) redis (~> 4.1.2)