From e4f9cc59eb1cf0dacd697c8e0b4c49006d096bfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Mar 2019 14:09:51 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.0 Bumps [puma](https://github.com/puma/puma) from 3.11.3 to 3.12.0. - [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.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9df8c36..ebaf3d7 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rails', ' ~> 5.1.6' gem 'pg', '~> 0.18' # Server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Assets gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index caf8084..b320849 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -204,7 +204,7 @@ GEM pry (~> 0.10) psych (3.1.0) public_suffix (3.0.3) - puma (3.11.3) + puma (3.12.0) rack (2.0.6) rack-protection (2.0.1) rack @@ -372,7 +372,7 @@ DEPENDENCIES nested_form_fields pg (~> 0.18) pry-byebug - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.1.6) rails-controller-testing rspec-rails (~> 3.5)