From 5a2a8b2af25b636ac0e10ce03e4490cfdc302e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 16:07:49 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 in /api Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 3.12.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/v3.12.1...v3.12.2) Signed-off-by: dependabot[bot] --- api/Gemfile | 2 +- api/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index bb07558..cd969cb 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -12,7 +12,7 @@ gem 'pg', '>= 0.18', '< 2.0' # Use Fast JSON API for serializer gem 'fast_jsonapi' # Use Puma as the app server -gem 'puma', '~> 3.11' +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/api/Gemfile.lock b/api/Gemfile.lock index 836b270..0804e9a 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -90,7 +90,7 @@ GEM nokogiri (1.10.2) mini_portile2 (~> 2.4.0) pg (1.1.4) - puma (3.12.1) + puma (3.12.2) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -154,7 +154,7 @@ DEPENDENCIES fast_jsonapi listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.2, >= 5.2.2.1) spring spring-watcher-listen (~> 2.0.0)