From 5b4c7ee0ec2ebd4ef48942c29ca96b9a575db3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 11:44:05 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.6.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.12.6...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fd95274..cd4dbf7 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 5.1.3' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # 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 7736ef7..5f14dc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,7 +346,7 @@ GEM pg (0.21.0) popper_js (1.14.5) public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.6) rack (2.0.6) rack-proxy (0.6.5) rack @@ -508,7 +508,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) material_icons pg (~> 0.18) - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.3) rails-controller-testing rb-readline