From 50f8270bf444f52a4f886d0f7a17589d4b8f0c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 10:08:38 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.4 in /app/fivetracks-api Bumps [puma](https://github.com/puma/puma) from 3.11.3 to 3.12.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/v3.11.3...v3.12.4) Signed-off-by: dependabot[bot] --- app/fivetracks-api/Gemfile | 2 +- app/fivetracks-api/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/fivetracks-api/Gemfile b/app/fivetracks-api/Gemfile index d545f76..aaee5aa 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', '~> 3.12' # 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..ef033b2 100644 --- a/app/fivetracks-api/Gemfile.lock +++ b/app/fivetracks-api/Gemfile.lock @@ -97,7 +97,7 @@ GEM mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) pg (1.0.0) - puma (3.11.3) + puma (3.12.4) rack (2.0.4) rack-cors (1.0.2) rack-test (0.8.3) @@ -169,7 +169,7 @@ DEPENDENCIES jsonapi-resources listen (>= 3.0.5, < 3.2) pg - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 5.1.5) spring