Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 8168499

Browse files
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](puma/puma@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] <support@github.com>
1 parent 781dcde commit 8168499

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "sprockets-rails"
1313
gem "sqlite3", "~> 2.2"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem "puma", "~> 6.4"
16+
gem "puma", "~> 6.5"
1717

1818
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1919
gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ GEM
332332
opentelemetry-api (~> 1.0)
333333
psych (5.2.0)
334334
stringio
335-
puma (6.4.3)
335+
puma (6.5.0)
336336
nio4r (~> 2.0)
337337
racc (1.8.1)
338338
rack (3.1.8)
@@ -440,7 +440,7 @@ DEPENDENCIES
440440
opentelemetry-exporter-otlp
441441
opentelemetry-instrumentation-all
442442
opentelemetry-sdk
443-
puma (~> 6.4)
443+
puma (~> 6.5)
444444
rails (~> 8.0.0)
445445
rspec-rails (~> 7.1.0)
446446
simplecov

0 commit comments

Comments
 (0)