From 3bbb17ce0525939ce2fb2f24546659c1fb63b07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 25 Jul 2018 17:44:23 -0600 Subject: [PATCH] Bump puma from 3.11.4 to 3.12.0 (#333) Bumps [puma](https://github.com/puma/puma) from 3.11.4 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.4...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 6ef4738a..70bf4dd3 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'honeybadger' gem 'jbuilder', '~> 2.5' gem 'jquery-rails' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' gem 'rack-cors', require: 'rack/cors' gem 'rails', '~> 5.2.0' gem 'rails_12factor', group: :production diff --git a/Gemfile.lock b/Gemfile.lock index ab6bbf46..6b7cd269 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,7 +196,7 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.2) - puma (3.11.4) + puma (3.12.0) rack (2.0.5) rack-cors (1.0.2) rack-test (1.0.0) @@ -337,7 +337,7 @@ DEPENDENCIES phantomjs poltergeist pry-rails - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 5.2.0) rails_12factor