From 1ae8bc58739a32587c31f88331aaca73f9dd1d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:32:32 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 6.6.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 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.4.3...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 45cb4cd..4a8b0a4 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "importmap-rails" gem "jbuilder", "~> 2.13" gem "json", "~> 2.7" gem "nokogiri", "~> 1.16" -gem "puma", "~> 6.4" +gem "puma", "~> 6.6" gem "ruby-aaws", "~> 0.7", require: "amazon" gem "sprockets-rails" gem "sqlite3", "~> 2.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4e304b5..5b55ece 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.8-arm64-darwin) racc (~> 1.4) nokogiri (1.16.8-x86_64-linux) @@ -227,7 +227,7 @@ GEM date stringio public_suffix (5.0.4) - puma (6.4.3) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.10) @@ -399,7 +399,7 @@ DEPENDENCIES mocha (~> 2.7) nokogiri (~> 1.16) pry (~> 0.15) - puma (~> 6.4) + puma (~> 6.6) rails (~> 7.2) rails-controller-testing (~> 1.0.5) rspec-rails (~> 7.1.0)