From baba57a8441c7513dfdfe405d806621076e88fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:31:39 +0000 Subject: [PATCH] Build(deps): Bump puma from 6.5.0 to 6.6.0 Bumps [puma](https://github.com/puma/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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ec34e061..c369a0f6 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.2.2" gem "pry" -gem "puma", "~> 6.5" +gem "puma", "~> 6.6" gem "rack-attack" gem "rails", "~> 7.2.0", require: false gem "redis" diff --git a/Gemfile.lock b/Gemfile.lock index a710390f..2340d806 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -334,7 +334,7 @@ DEPENDENCIES listen (~> 3.9) pivotal_git_scripts pry - puma (~> 6.5) + puma (~> 6.6) rack-attack rack-mini-profiler (~> 3.3) rails (~> 7.2.0)