From 4b62ed2c857af13712c83460b201c8570d36903e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:04:09 +0000 Subject: [PATCH] chore(deps): bump puma from 6.4.3 to 6.5.0 Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.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.5.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 cfc6aee..552bd68 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "sprockets-rails" gem "sqlite3", "~> 2.3" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index 29b6452..2c4b4b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,7 +332,7 @@ GEM opentelemetry-api (~> 1.0) psych (5.2.0) stringio - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -440,7 +440,7 @@ DEPENDENCIES opentelemetry-exporter-otlp opentelemetry-instrumentation-all opentelemetry-sdk - puma (~> 6.4) + puma (~> 6.5) rails (~> 8.0.0) rspec-rails (~> 7.1.0) simplecov