Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit b7c46bf

Browse files
Bump puma from 7.0.2 to 7.1.0
Bumps [puma](https://github.com/puma/puma) from 7.0.2 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@v7.0.2...v7.1.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f59182 commit b7c46bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "after_commit_everywhere", "~> 1.6"
2020
gem "pg", "~> 1.6"
2121

2222
# Use the Puma web server [https://github.com/puma/puma]
23-
gem "puma", "~> 7.0"
23+
gem "puma", "~> 7.1"
2424

2525
# Used for sorting/ordering of pages object
2626
gem "acts_as_list"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ GEM
230230
date
231231
stringio
232232
public_suffix (5.0.4)
233-
puma (7.0.2)
233+
puma (7.1.0)
234234
nio4r (~> 2.0)
235235
racc (1.8.1)
236236
rack (3.2.3)
@@ -400,7 +400,7 @@ DEPENDENCIES
400400
lograge
401401
paper_trail
402402
pg (~> 1.6)
403-
puma (~> 7.0)
403+
puma (~> 7.1)
404404
rails (~> 8.0.2)
405405
reverse_markdown (~> 3.0)
406406
rspec-rails
@@ -505,7 +505,7 @@ CHECKSUMS
505505
prism (1.4.0) sha256=dc0e3e00e93160213dc2a65519d9002a4a1e7b962db57d444cf1a71565bb703e
506506
psych (5.2.6) sha256=814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e
507507
public_suffix (5.0.4) sha256=35cd648e0d21d06b8dce9331d19619538d1d898ba6d56a6f2258409d2526d1ae
508-
puma (7.0.2) sha256=cb419624b3dbd122852ca4d7ced87e40a51c2b08c6166b302c49ef5b3de20c82
508+
puma (7.1.0) sha256=e45c10cb124f224d448c98db653a75499794edbecadc440ad616cf50f2fd49dd
509509
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
510510
rack (3.2.3) sha256=239a373da6584574f25f042d8ed4ba21e691c9799f1d2b5c8920bbbc23ca3d41
511511
rack-session (2.1.1) sha256=0b6dc07dea7e4b583f58a48e8b806d4c9f1c6c9214ebc202ec94562cbea2e4e9

0 commit comments

Comments
 (0)