From 2ee0131d4ec0475e485bf2928a1d5f7be6013801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:13:15 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.5.2 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.5.2...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 cb2a7d483..b9866a41b 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'faraday' gem 'importmap-rails' gem 'jbuilder' gem 'pg', '~> 1.1' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'rack-cors' gem 'rails', '~> 7.0.0' gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 2ac248da0..a97a7f5d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.6) - puma (5.5.2) + puma (5.6.2) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -258,7 +258,7 @@ DEPENDENCIES jbuilder pg (~> 1.1) pry-byebug - puma (~> 5.0) + puma (~> 5.6) rack-cors rails (~> 7.0.0) rspec