From 3786adc8ad35edc4c89b20c9a6bd905239be3c6b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 16:46:40 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.1.1 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.1.1. - [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.12.1...v4.1.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 78c34c2b5..66e0977ee 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :development, :test do gem "knapsack_pro", "~> 1.1.0" gem "launchy", "~> 2.4.3" gem "letter_opener_web", "~> 1.3.4" - gem "puma", "~> 3.12.1" + gem "puma", "~> 4.1.1" gem "spring", "~> 2.0.1" gem "spring-commands-rspec", "~> 1.0.4" end diff --git a/Gemfile.lock b/Gemfile.lock index e0d5a47dd..2505b058d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -389,7 +389,8 @@ GEM arel (>= 6) powerpack (0.1.2) public_suffix (4.0.1) - puma (3.12.1) + puma (4.1.1) + nio4r (~> 2.0) rack (2.0.6) rack-accept (0.4.5) rack (>= 0.4) @@ -637,7 +638,7 @@ DEPENDENCIES paranoia (~> 2.4.2) pg (~> 0.21.0) pg_search (~> 2.0.1) - puma (~> 3.12.1) + puma (~> 4.1.1) rails (= 5.0.7.2) rails-assets-leaflet! rails-assets-markdown-it (~> 8.2.1)!