From bc85a8cd07fd2b1be5ea2228f3b3b65fe512c425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 11:42:34 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...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 19836555..977da42c 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem 'haml-rails' # Create secure password gem 'bcrypt', '3.1.11' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index ad1e82ee..8f3c4d77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,7 +274,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.8) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-pjax (1.1.0) @@ -492,7 +493,7 @@ DEPENDENCIES omniauth-google-oauth2 pry-byebug pry-rails - puma (~> 3.0) + puma (~> 4.3) rails (~> 6.0) rails-i18n rails_12factor