Skip to content

Commit a681e05

Browse files
Bump puma from 7.2.0 to 8.0.0
Bumps [puma](https://github.com/puma/puma) from 7.2.0 to 8.0.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.2.0...v8.0.0) --- updated-dependencies: - dependency-name: puma dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50ee89d commit a681e05

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
@@ -10,7 +10,7 @@ gem "rails", "~> 8.1.3"
1010
gem "pg", "~> 1.6"
1111

1212
# Use the Puma web server [https://github.com/puma/puma]
13-
gem "puma", "~> 7.2.0"
13+
gem "puma", "~> 8.0.0"
1414

1515
# Used for handling authentication
1616
gem "gds-sso"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ GEM
573573
date
574574
stringio
575575
public_suffix (7.0.5)
576-
puma (7.2.0)
576+
puma (8.0.0)
577577
nio4r (~> 2.0)
578578
pundit (2.5.2)
579579
activesupport (>= 3.0.0)
@@ -841,7 +841,7 @@ DEPENDENCIES
841841
paper_trail
842842
parallel_rspec
843843
pg (~> 1.6)
844-
puma (~> 7.2.0)
844+
puma (~> 8.0.0)
845845
pundit
846846
pundit-matchers
847847
rails (~> 8.1.3)
@@ -1060,7 +1060,7 @@ CHECKSUMS
10601060
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
10611061
psych (5.3.1) sha256=eb7a57cef10c9d70173ff74e739d843ac3b2c019a003de48447b2963d81b1974
10621062
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
1063-
puma (7.2.0) sha256=bf8ef4ab514a4e6d4554cb4326b2004eba5036ae05cf765cfe51aba9706a72a8
1063+
puma (8.0.0) sha256=1681050b8b60fab1d3033255ab58b6aec64cd063e43fc6f8204bcb8bf9364b88
10641064
pundit (2.5.2) sha256=e374152baa24f90b630428293faf4b4c5468fc3cc010165f7d8fcb44ce108bbd
10651065
pundit-matchers (4.0.0) sha256=59d6077a1d575ea7cceca3ed73df5257488ee1a111ec707b2a797e76908cffd5
10661066
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f

0 commit comments

Comments
 (0)