Skip to content

Commit ad51acc

Browse files
authored
Merge pull request #1735 from alphagov/dependabot/bundler/puma-6.6.0
Bump puma from 6.5.0 to 6.6.0
2 parents 375571d + cbf0a2b commit ad51acc

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
@@ -12,7 +12,7 @@ gem "activeresource", "~> 6.1"
1212
gem "pg", "~> 1.5"
1313

1414
# Use the Puma web server [https://github.com/puma/puma]
15-
gem "puma", "~> 6.5.0"
15+
gem "puma", "~> 6.6.0"
1616

1717
# Used for handling authentication
1818
gem "gds-sso"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ GEM
327327
date
328328
stringio
329329
public_suffix (6.0.1)
330-
puma (6.5.0)
330+
puma (6.6.0)
331331
nio4r (~> 2.0)
332332
pundit (2.4.0)
333333
activesupport (>= 3.0.0)
@@ -554,7 +554,7 @@ DEPENDENCIES
554554
omniauth-rails_csrf_protection
555555
paper_trail
556556
pg (~> 1.5)
557-
puma (~> 6.5.0)
557+
puma (~> 6.6.0)
558558
pundit
559559
pundit-matchers
560560
rails (= 8.0.1)

0 commit comments

Comments
 (0)