Skip to content

Commit 7dd675d

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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ade7648 commit 7dd675d

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
@@ -26,7 +26,7 @@ group :development, :test do
2626
gem "method_source", "~> 1"
2727
gem "minitest", "~> 5"
2828
gem "propshaft", "~> 1"
29-
gem "puma", "~> 6"
29+
gem "puma", "~> 7"
3030
gem "rake", "~> 13"
3131
gem "rails-dom-testing", "~> 2.3.0"
3232
gem "redis"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ GEM
213213
date
214214
stringio
215215
public_suffix (6.0.2)
216-
puma (6.6.1)
216+
puma (7.1.0)
217217
nio4r (~> 2.0)
218218
racc (1.8.1)
219219
rack (3.2.3)
@@ -417,7 +417,7 @@ DEPENDENCIES
417417
method_source (~> 1)
418418
minitest (~> 5)
419419
propshaft (~> 1)
420-
puma (~> 6)
420+
puma (~> 7)
421421
rails (~> 8)
422422
rails-dom-testing (~> 2.3.0)
423423
rake (~> 13)

0 commit comments

Comments
 (0)