From 1f8de91871b6baa7bdf2a64fd428c3ddab5f9591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:00:39 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.4 in /docker/api-server/app Bumps [puma](https://github.com/puma/puma) from 5.5.1 to 5.6.4. - [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.4) --- 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..146212f 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.4) 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