From ac7501441c885a8e18dda1b45ffa0725082af708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Jul 2018 02:20:46 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 3.12.0 Bumps [puma](https://github.com/puma/puma) from 3.9.1 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.9.1...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 c139d31..e64cdfb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'haml', '~> 4.0.6' gem 'json', '~> 2.1' gem 'sidekiq', '~> 5.0.4' gem 'mail', '~> 2.6.6' -gem 'puma', '~> 3.9.1' +gem 'puma', '~> 3.12.0' gem 'newrelic_rpm', '~> 3.18.1' gem 'rack_csrf', '~> 2.6.0' gem 'rack-flash3', '~> 1.0.5' diff --git a/Gemfile.lock b/Gemfile.lock index d679555..d31effc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (~> 1.2) - puma (3.9.1) + puma (3.12.0) rack (1.6.8) rack-flash3 (1.0.5) rack @@ -83,7 +83,7 @@ DEPENDENCIES mail (~> 2.6.6) newrelic-redis (~> 2.0.0) newrelic_rpm (~> 3.18.1) - puma (~> 3.9.1) + puma (~> 3.12.0) rack-flash3 (~> 1.0.5) rack_csrf (~> 2.6.0) redis (~> 3.3.3)