From 4da5b34014f77f400602455431ed7e80bcaa74a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 02:18:31 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 16603d0..c4e764a 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'jbuilder', '~> 2.9' gem 'jquery-rails' gem 'paginate' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.0' +gem 'puma', '~> 4.1' gem 'rails', '~> 5.2.3' gem 'redis', '~> 4.1' gem 'rolify' diff --git a/Gemfile.lock b/Gemfile.lock index eb3c459..e029d08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,9 +171,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) spoon (~> 0.0) - puma (4.0.1) + puma (4.1.0) nio4r (~> 2.0) - puma (4.0.1-java) + puma (4.1.0-java) nio4r (~> 2.0) rack (2.0.7) rack-test (1.1.0) @@ -334,7 +334,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) paginate pg (>= 0.18, < 2.0) - puma (~> 4.0) + puma (~> 4.1) rails (~> 5.2.3) redis (~> 4.1) rolify