Skip to content

Commit aa817f9

Browse files
Bump puma from 6.6.0 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 6.6.0 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.0...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] <support@github.com>
1 parent 43a6098 commit aa817f9

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
@@ -15,7 +15,7 @@ gem "importmap-rails", "2.1.0"
1515
gem "turbo-rails", "2.0.14"
1616
gem "stimulus-rails", "1.3.4"
1717
gem "jbuilder", "2.13.0"
18-
gem "puma", "6.6.0"
18+
gem "puma", "7.1.0"
1919
gem "bootsnap", "1.18.6", require: false
2020
gem "tzinfo-data", "1.2025.2", platforms: %i[ windows jruby ]
2121
gem "kamal", "2.7.0", require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ GEM
259259
date
260260
stringio
261261
public_suffix (6.0.2)
262-
puma (6.6.0)
262+
puma (7.1.0)
263263
nio4r (~> 2.0)
264264
racc (1.8.1)
265265
rack (3.2.1)
@@ -397,7 +397,7 @@ DEPENDENCIES
397397
minitest-reporters (= 1.7.1)
398398
pg (= 1.5.9)
399399
propshaft (= 1.2.1)
400-
puma (= 6.6.0)
400+
puma (= 7.1.0)
401401
rails (= 8.0.2)
402402
rails-controller-testing (= 1.0.5)
403403
selenium-webdriver (= 4.9.0)

0 commit comments

Comments
 (0)