From 16ae783f191bfdb5c59f01a0882ae8cf43149818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 16:45:12 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 4.3.8 in /app/fivetracks-api Bumps [puma](https://github.com/puma/puma) from 3.11.3 to 4.3.8. - [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.11.3...v4.3.8) Signed-off-by: dependabot[bot] --- app/fivetracks-api/Gemfile | 2 +- app/fivetracks-api/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/fivetracks-api/Gemfile b/app/fivetracks-api/Gemfile index d545f76..0cb0066 100644 --- a/app/fivetracks-api/Gemfile +++ b/app/fivetracks-api/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.5' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/app/fivetracks-api/Gemfile.lock b/app/fivetracks-api/Gemfile.lock index 69119a0..724f56c 100644 --- a/app/fivetracks-api/Gemfile.lock +++ b/app/fivetracks-api/Gemfile.lock @@ -97,7 +97,8 @@ GEM mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) pg (1.0.0) - puma (3.11.3) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.4) rack-cors (1.0.2) rack-test (0.8.3) @@ -169,7 +170,7 @@ DEPENDENCIES jsonapi-resources listen (>= 3.0.5, < 3.2) pg - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.1.5) spring