From 5c703ba3a934387d84a43b3c3145b1d689266e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 03:42:01 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.2 in /backend Bumps [puma](https://github.com/puma/puma) from 3.11.3 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.11.3...v3.12.2) Signed-off-by: dependabot[bot] --- backend/Gemfile | 2 +- backend/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Gemfile b/backend/Gemfile index 582edc8..3ed0430 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -7,7 +7,7 @@ end gem 'rails', '~> 5.1.5' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'devise_token_auth' gem 'omniauth' diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 052e892..7a96bb4 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -88,7 +88,7 @@ GEM method_source (~> 0.9.0) pry-rails (0.3.6) pry (>= 0.10.4) - puma (3.11.3) + puma (3.12.2) rack (2.0.7) rack-protection (2.0.1) rack @@ -177,7 +177,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry pry-rails - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.5) redis rspec