Skip to content

Commit 6366f9d

Browse files
Bump puma from 6.4.3 to 6.5.0 (rubyforgood#1185)
Bumps [puma](https://github.com/puma/puma) from 6.4.3 to 6.5.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2197271 commit 6366f9d

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
@@ -19,7 +19,7 @@ gem "figaro"
1919
gem "pg", "~> 1.5"
2020

2121
# Use the Puma web server [https://github.com/puma/puma]
22-
gem "puma", "~> 6.4.3"
22+
gem "puma", "~> 6.5.0"
2323

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ GEM
372372
psych (5.2.0)
373373
stringio
374374
public_suffix (5.1.0)
375-
puma (6.4.3)
375+
puma (6.5.0)
376376
nio4r (~> 2.0)
377377
racc (1.8.1)
378378
rack (3.1.8)
@@ -580,7 +580,7 @@ DEPENDENCIES
580580
phonelib
581581
propshaft
582582
pry (~> 0.15.0)
583-
puma (~> 6.4.3)
583+
puma (~> 6.5.0)
584584
rails (~> 7.2.2)
585585
rails-controller-testing
586586
rails-i18n

0 commit comments

Comments
 (0)