From e0b85d2e4cfdb049fb73632b2a91ad6099234537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:57:17 +0000 Subject: [PATCH] Bump puma from 5.3.1 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.3.1 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/v5.3.1...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 16c9b66..832fde6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.3', '>= 6.1.3.2' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index d5ec1a2..ba50c67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,11 +90,11 @@ GEM mini_mime (1.0.3) minitest (5.14.4) msgpack (1.4.2) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.3-x86_64-linux) racc (~> 1.4) pg (1.2.3) - puma (5.3.1) + puma (5.6.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -185,7 +185,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.3) pg (~> 1.1) - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 6.1.3, >= 6.1.3.2) sass-rails (>= 6)