From c22977f1e5ce0b4be1f418b5c13c2247eccdbfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:18:10 +0000 Subject: [PATCH] Bump puma from 6.5.0 to 6.6.0 in the production-dependencies group Bumps the production-dependencies group with 1 update: [puma](https://github.com/puma/puma). Updates `puma` from 6.5.0 to 6.6.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/v6.5.0...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2b7bfaf..c47e6b3 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 8.0.1' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5' # Use Puma as the app server -gem 'puma', '~> 6.5' +gem 'puma', '~> 6.6' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem 'sprockets-rails' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 1a3fac9..8ce3961 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,7 +167,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) pwned (2.4.1) racc (1.8.1) @@ -311,7 +311,7 @@ DEPENDENCIES mysql2 (~> 0.5) nilify_blanks ostruct (>= 0.6.0) - puma (~> 6.5) + puma (~> 6.6) pwned rails (~> 8.0.1) rails-controller-testing