From b63aad5cf47ef5d570f83895ceba12204a201c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Nov 2017 07:06:16 +0000 Subject: [PATCH] chore(dependencies): Bump puma from 3.9.1 to 3.11.0 Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 3.11.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.11.0) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c139d31..7696fde 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.11.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..d114494 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.11.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.11.0) rack-flash3 (~> 1.0.5) rack_csrf (~> 2.6.0) redis (~> 3.3.3)