From 578e97090437d79748f9229d99e3254012285b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 04:58:39 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.8 in /extend-rails 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] --- extend-rails/Gemfile | 2 +- extend-rails/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/extend-rails/Gemfile b/extend-rails/Gemfile index 8af0a68..410710f 100644 --- a/extend-rails/Gemfile +++ b/extend-rails/Gemfile @@ -25,7 +25,7 @@ gem 'redis' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/extend-rails/Gemfile.lock b/extend-rails/Gemfile.lock index 87881c7..f666d41 100644 --- a/extend-rails/Gemfile.lock +++ b/extend-rails/Gemfile.lock @@ -134,7 +134,8 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.0.3) - puma (3.12.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.6) rack-proxy (0.6.5) rack @@ -248,7 +249,7 @@ DEPENDENCIES pry pry-byebug pry-rails - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.4) rb-readline redis