From c10b2a360699f50cba157e480e2a0e04beb175b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:04:57 +0000 Subject: [PATCH] Bump puma from 5.6.5 to 6.2.2 Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 6.2.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.6.5...v6.2.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5235267..d8ad904 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 7.0.4", ">= 7.0.4.3" gem "sprockets-rails" gem "pg", "~> 1.1" -gem "puma", "~> 5.0" +gem "puma", "~> 6.2" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 493a4e4..f0e940d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM os (1.1.4) pg (1.4.6) public_suffix (5.0.1) - puma (5.6.5) + puma (6.2.2) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -333,7 +333,7 @@ DEPENDENCIES omniauth omniauth-google-oauth2 pg (~> 1.1) - puma (~> 5.0) + puma (~> 6.2) rack-cors rails (~> 7.0.4, >= 7.0.4.3) redis (~> 4.8.1, < 5)