From f61aeae72aecb12f1785bf95bc587aa340a28832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 04:00:08 +0000 Subject: [PATCH] Bump puma from 5.4.0 to 6.1.1 Bumps [puma](https://github.com/puma/puma) from 5.4.0 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.4.0...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 d64b057..2d50667 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '~> 2.7' gem 'bootsnap', '>= 1.4.2', require: false gem 'devise-jwt' gem 'pg' -gem 'puma', '~> 5.4' +gem 'puma', '~> 6.1' gem 'rails', '~> 6.1.4' gem 'sentry-raven' gem 'happypdf_renderer', github: 'railslove/happypdf_renderer' diff --git a/Gemfile.lock b/Gemfile.lock index 253282a..4b167ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -259,7 +259,7 @@ GEM thor thread_safe public_suffix (4.0.6) - puma (5.4.0) + puma (6.1.1) nio4r (~> 2.0) raabro (1.4.0) racc (1.5.2) @@ -439,7 +439,7 @@ DEPENDENCIES pg premailer-rails protobuf - puma (~> 5.4) + puma (~> 6.1) rack-cors rails (~> 6.1.4) rails_admin