From a7e8344208e4b3dfa8b8f0a21539a28fbbd7f519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 07:21:29 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.8. - [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.0...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0fde2af..efdece1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.0.0', '>= 5.0.0.1' # Use PostgreSQL for Heroku database gem 'pg' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index b7a2965..bc1ae03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.3) - puma (3.12.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.6) rack-cors (1.0.2) rack-test (0.6.3) @@ -224,7 +225,7 @@ DEPENDENCIES omniauth omniauth-cas pg - puma (~> 3.0) + puma (~> 4.3) rack-cors rails (~> 5.0.0, >= 5.0.0.1) rspec-rails