Skip to content

Commit a037b61

Browse files
chore(deps): bump puma from 6.6.1 to 7.2.0
Bumps [puma](https://github.com/puma/puma) from 6.6.1 to 7.2.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v6.6.1...v7.2.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6625a9 commit a037b61

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
@@ -61,7 +61,7 @@ gem 'stripe'
6161
gem 'rails-html-sanitizer', '~> 1.6.2'
6262

6363
# Use the Puma web server [https://github.com/puma/puma]
64-
gem 'puma', '~> 6.6'
64+
gem 'puma', '~> 7.2'
6565
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
6666
gem 'importmap-rails'
6767
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ GEM
324324
timeout
325325
net-smtp (0.5.1)
326326
net-protocol
327-
nio4r (2.7.4)
327+
nio4r (2.7.5)
328328
nokogiri (1.19.0-aarch64-linux-gnu)
329329
racc (~> 1.4)
330330
nokogiri (1.19.0-arm64-darwin)
@@ -404,7 +404,7 @@ GEM
404404
i18n (>= 0.5.0)
405405
railties (>= 6.1)
406406
public_suffix (7.0.2)
407-
puma (6.6.1)
407+
puma (7.2.0)
408408
nio4r (~> 2.0)
409409
pundit (2.5.2)
410410
activesupport (>= 3.0.0)
@@ -691,7 +691,7 @@ DEPENDENCIES
691691
pry-rails
692692
pry-remote
693693
public_activity
694-
puma (~> 6.6)
694+
puma (~> 7.2)
695695
pundit
696696
rack-mini-profiler (~> 4.0)
697697
rails (~> 8.0.4)

0 commit comments

Comments
 (0)