From abfb98fb2a127dcde0e93bfcc801f574f10542f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 00:23:43 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 6.1.0 Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 6.1.0. - [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.0) --- 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 aab3eac9..28096044 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.1.2" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 6.1.4" # Use Puma as the app server -gem "puma", "~> 5.6" +gem "puma", "~> 6.1" # Best database int the world gem "pg" # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 7b3b7ef4..cf603992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -331,7 +331,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (4.0.7) - puma (5.6.4) + puma (6.1.0) nio4r (~> 2.0) racc (1.6.1) rack (2.2.4) @@ -598,7 +598,7 @@ DEPENDENCIES oj pg pg_search - puma (~> 5.6) + puma (~> 6.1) rack-mini-profiler rails (~> 6.1.4) ransack