Skip to content

Commit f5698f0

Browse files
Bump puma from 6.6.1 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.1.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.6.1...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80615ca commit f5698f0

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
@@ -9,7 +9,7 @@ gem "rails", "~> 7.1.5"
99

1010
gem "mysql2", "~> 0.5.6"
1111
# Use Puma as the app server
12-
gem "puma", "~> 6.6"
12+
gem "puma", "~> 7.1"
1313
# But we use passenger in production
1414
gem "passenger", "~> 6.0", ">= 6.0.27"
1515

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ GEM
241241
date
242242
stringio
243243
public_suffix (6.0.1)
244-
puma (6.6.1)
244+
puma (7.1.0)
245245
nio4r (~> 2.0)
246246
racc (1.8.1)
247247
rack (3.1.18)
@@ -424,7 +424,7 @@ DEPENDENCIES
424424
listen (>= 3.0.5, < 3.10)
425425
mysql2 (~> 0.5.6)
426426
passenger (~> 6.0, >= 6.0.27)
427-
puma (~> 6.6)
427+
puma (~> 7.1)
428428
rails (~> 7.1.5)
429429
rdoc (>= 6.6.3.1)
430430
rollbar

0 commit comments

Comments
 (0)