Skip to content

Commit b69f163

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

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 "importmap-rails", "2.1.0"
99
gem "turbo-rails", "2.0.14"
1010
gem "stimulus-rails", "1.3.4"
1111
gem "jbuilder", "2.13.0"
12-
gem "puma", "6.6.0"
12+
gem "puma", "7.0.3"
1313
gem "bootsnap", "1.18.6", require: false
1414
gem "tzinfo-data", "1.2025.2", platforms: %i[ windows jruby ]
1515
gem "kamal", "2.7.0", require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ GEM
226226
date
227227
stringio
228228
public_suffix (6.0.2)
229-
puma (6.6.0)
229+
puma (7.0.3)
230230
nio4r (~> 2.0)
231231
racc (1.8.1)
232232
rack (3.2.1)
@@ -357,7 +357,7 @@ DEPENDENCIES
357357
minitest-reporters (= 1.7.1)
358358
pg (= 1.5.9)
359359
propshaft (= 1.2.1)
360-
puma (= 6.6.0)
360+
puma (= 7.0.3)
361361
rails (= 8.0.2)
362362
rails-controller-testing (= 1.0.5)
363363
selenium-webdriver (= 4.9.0)

0 commit comments

Comments
 (0)