Skip to content

Commit ddcbb76

Browse files
Bump puma from 7.2.0 to 8.0.0
Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.2.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 118642c commit ddcbb76

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "propshaft", "~> 1.0"
1212
gem "pg"
1313

1414
# Use the Puma web server [https://github.com/puma/puma]
15-
gem "puma", "~> 7.0"
15+
gem "puma", "~> 8.0"
1616

1717
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
1818
gem "turbo-rails", "~> 2.0.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ GEM
299299
date
300300
stringio
301301
public_suffix (7.0.5)
302-
puma (7.2.0)
302+
puma (8.0.0)
303303
nio4r (~> 2.0)
304304
pundit (2.5.2)
305305
activesupport (>= 3.0.0)
@@ -505,7 +505,7 @@ DEPENDENCIES
505505
pagy (~> 43)
506506
pg
507507
propshaft (~> 1.0)
508-
puma (~> 7.0)
508+
puma (~> 8.0)
509509
pundit
510510
rack-attack
511511
rails (~> 8.1)

0 commit comments

Comments
 (0)