From b30cb830f7adff5d45d8fcee650fe8def6881a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:56:47 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 6.1.1 Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.1.1. - [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.4...v6.1.1) --- 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 16a45c24..510956c2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.0.2" gem "administrate" gem "bootsnap", ">= 1.1.0", require: false gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 5.6" +gem "puma", "~> 6.1" gem "rails", "~> 7.0.3" gem "sassc", "~> 2.4.0" gem "sorcery", "~> 0.16" diff --git a/Gemfile.lock b/Gemfile.lock index db02993a..e6b339ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.7) - puma (5.6.4) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -365,7 +365,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry-byebug pry-rails - puma (~> 5.6) + puma (~> 6.1) rack_session_access rails (~> 7.0.3) rb-readline