Skip to content

Commit b465695

Browse files
Bump puma from 5.6.9 to 6.6.0
Bumps [puma](https://github.com/puma/puma) from 5.6.9 to 6.6.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v5.6.9...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 32e5a79 commit b465695

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
@@ -18,7 +18,7 @@ gem "rails", "~> 7.0.8"
1818
# gem "sqlite3", "~> 1.4"
1919

2020
# Use the Puma web server [https://github.com/puma/puma]
21-
gem "puma", "~> 5.0"
21+
gem "puma", "~> 6.6"
2222

2323
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
2424
# gem "importmap-rails"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ GEM
352352
date
353353
stringio
354354
public_suffix (5.1.1)
355-
puma (5.6.9)
355+
puma (6.6.0)
356356
nio4r (~> 2.0)
357357
racc (1.8.1)
358358
rack (2.2.10)
@@ -600,7 +600,7 @@ DEPENDENCIES
600600
ougai (~> 2.0)
601601
pg
602602
pry-byebug
603-
puma (~> 5.0)
603+
puma (~> 6.6)
604604
rack-cors
605605
raddocs
606606
rails (~> 7.0.8)

0 commit comments

Comments
 (0)