From 5b651c44b424041094bcb50a056b37f1eb9f7867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 15:37:00 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 5.3.2 Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 5.3.2. - [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.11.4...v5.3.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2f7b64c..e2ff41a 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.6' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.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 471a758..74e1cbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -493,7 +493,8 @@ GEM power_converter (0.1.2) public_suffix (3.0.2) pul_uv_rails (2.0.1) - puma (3.11.4) + puma (5.3.2) + nio4r (~> 2.0) qa (2.0.1) activerecord-import deprecation @@ -769,7 +770,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) loofah (~> 2.0, >= 2.0.3) pg - puma (~> 3.7) + puma (~> 5.3) rails (~> 5.1.6) recaptcha riiif (~> 1.1)