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

Commit cfa2659

Browse files
authored
Merge pull request #825 from alphagov/dependabot/bundler/puma-7.0.1
Bump puma from 6.6.1 to 7.0.1
2 parents 147d72e + af2892f commit cfa2659

2 files changed

Lines changed: 3 additions & 3 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", "~> 6.6"
23+
gem "puma", "~> 7.0"
2424

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

Gemfile.lock

Lines changed: 2 additions & 2 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 (6.6.1)
233+
puma (7.0.2)
234234
nio4r (~> 2.0)
235235
racc (1.8.1)
236236
rack (3.2.1)
@@ -398,7 +398,7 @@ DEPENDENCIES
398398
lograge
399399
paper_trail
400400
pg (~> 1.6)
401-
puma (~> 6.6)
401+
puma (~> 7.0)
402402
rails (~> 8.0.2)
403403
reverse_markdown (~> 3.0)
404404
rspec-rails

0 commit comments

Comments
 (0)