From 66c908bf953d15b49892108a36c878d98570f45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:00:30 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.2 in /cooper_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] --- cooper_api/Gemfile | 2 +- cooper_api/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cooper_api/Gemfile b/cooper_api/Gemfile index 281e982..acc1758 100644 --- a/cooper_api/Gemfile +++ b/cooper_api/Gemfile @@ -9,7 +9,7 @@ ruby '2.6.3' gem 'bootsnap', '>= 1.2', require: false gem 'rails', '~> 5.2.0' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' gem 'jbuilder', '~> 2.5' gem 'rack-cors', require: 'rack/cors' gem 'devise_token_auth' diff --git a/cooper_api/Gemfile.lock b/cooper_api/Gemfile.lock index 39e5c71..bcf2596 100644 --- a/cooper_api/Gemfile.lock +++ b/cooper_api/Gemfile.lock @@ -104,7 +104,7 @@ GEM pry (~> 0.10) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.1) + puma (3.12.2) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -192,7 +192,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 3.7) + puma (~> 3.12) rack-cors rails (~> 5.2.0) rspec-rails