From 3f61a95cd7ef96987f51dc683492e3e620f81cc8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 05:39:59 +0000 Subject: [PATCH] Bump puma from 4.0.1 to 4.1.0 Bumps [puma](https://github.com/puma/puma) from 4.0.1 to 4.1.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/v4.0.1...v4.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 527521b..e9328e3 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ end gem 'rack-cors', :require => 'rack/cors' gem 'rails', '~> 5.2.1' gem 'pg', '~> 1.1' -gem 'puma', '~> 4.0' +gem 'puma', '~> 4.1' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 07cf239..4980142 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM pg (1.1.4-x86-mingw32) popper_js (1.14.5) public_suffix (3.1.1) - puma (4.0.1) + puma (4.1.0) nio4r (~> 2.0) pundit (2.0.1) activesupport (>= 3.0.0) @@ -286,7 +286,7 @@ DEPENDENCIES jquery-rails kaminari pg (~> 1.1) - puma (~> 4.0) + puma (~> 4.1) pundit rack-cors rails (~> 5.2.1)