From af6f21894c71ce5c23b3a6d9054568069e81ce24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:54:26 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.2 in /docker/api-server/app Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.6.2. - [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/v5.5.1...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/api-server/app/Gemfile | 2 +- docker/api-server/app/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/api-server/app/Gemfile b/docker/api-server/app/Gemfile index 9ffec24..ce61430 100644 --- a/docker/api-server/app/Gemfile +++ b/docker/api-server/app/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.1' # Use Puma as the app server -gem 'puma', '~> 5.5' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/docker/api-server/app/Gemfile.lock b/docker/api-server/app/Gemfile.lock index a4e6cd3..23630d4 100644 --- a/docker/api-server/app/Gemfile.lock +++ b/docker/api-server/app/Gemfile.lock @@ -100,7 +100,7 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) - puma (5.5.1) + puma (5.6.2) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -162,7 +162,7 @@ DEPENDENCIES byebug cequel (~> 3.2) listen (~> 3.3) - puma (~> 5.5) + puma (~> 5.6) rack-cors rails (~> 6.1.1) spring