From f0681b97305564e79f5d5a450d0e448b1a210850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 15:48:12 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.5 Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7928620..5146fc9 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'discard', '~> 1.0' # soft-delete gem 'kaminari' # pagination gem 'mini_racer', platforms: :ruby gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'rack-cors' # cross domain gem 'rails', '~> 6.0.0' gem 'react-rails', '~> 2.4' diff --git a/Gemfile.lock b/Gemfile.lock index 03d1e6f..1190f16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM pg (1.2.3) popper_js (1.16.0) public_suffix (4.0.3) - puma (4.3.3) + puma (4.3.5) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -324,7 +324,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mini_racer pg (>= 0.18, < 2.0) - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.0) rails-controller-testing