From cbbda14c48c01eb461d592af798909aff231e173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 04:58:28 +0000 Subject: [PATCH] chore(deps): bump puma from 5.6.5 to 6.1.1 Bumps [puma](https://github.com/puma/puma) from 5.6.5 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.5...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 54abddb5..98276bc6 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '3.1.0' gem 'bcrypt', '~> 3.1.17' gem 'jquery-rails', '~> 4.5.0' -gem 'puma', '~> 5.6.4' +gem 'puma', '~> 6.1.1' gem 'rails', '~> 7.0' gem 'sass-rails', '~> 5.0' gem 'uglifier', '~> 4.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 287e6c90..fedcee21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM actionmailer (>= 3) premailer (~> 1.7, >= 1.7.9) public_suffix (5.0.0) - puma (5.6.5) + puma (6.1.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) @@ -291,7 +291,7 @@ DEPENDENCIES jquery-rails (~> 4.5.0) pg (~> 1.3.5) premailer-rails (~> 1.11.1) - puma (~> 5.6.4) + puma (~> 6.1.1) rack-attack (~> 6.6.1) rails (~> 7.0) rails-controller-testing (~> 1.0.5)