From 0a4a04af31090dde67ae7eafe63efbfcf6c55a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 14:47:29 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.1 Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 4.3.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.2...v4.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 66676ce..5f33201 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'rails', '~> 5.0.7', '>= 5.0.7.2' gem 'pg' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible gem 'rack-cors' diff --git a/Gemfile.lock b/Gemfile.lock index b75ee68..85fdfa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,8 @@ GEM ast (~> 2.4.0) pg (1.1.4) psych (3.1.0) - puma (3.12.2) + puma (4.3.1) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.1.0) rack (>= 2.0.0) @@ -191,7 +192,7 @@ DEPENDENCIES byebug listen (~> 3.0.5) pg - puma (~> 3.0) + puma (~> 4.3) rack-cors rails (~> 5.0.7, >= 5.0.7.2) rails_best_practices