From 07234e999ed3b3d3c2d051f20c7681ab4dc723d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 02:35:05 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 4.0.0 Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 4.0.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...v4.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c139d31..f5ef03b 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', '~> 4.0.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..d382175 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,13 +35,15 @@ GEM newrelic_rpm (~> 3.11) redis (< 4.0) newrelic_rpm (3.18.1.330) + nio4r (2.3.1) oauth2 (1.0.0) faraday (>= 0.8, < 0.10) jwt (~> 1.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (~> 1.2) - puma (3.9.1) + puma (4.0.0) + nio4r (~> 2.0) rack (1.6.8) rack-flash3 (1.0.5) rack @@ -83,7 +85,7 @@ DEPENDENCIES mail (~> 2.6.6) newrelic-redis (~> 2.0.0) newrelic_rpm (~> 3.18.1) - puma (~> 3.9.1) + puma (~> 4.0.0) rack-flash3 (~> 1.0.5) rack_csrf (~> 2.6.0) redis (~> 3.3.3)