Skip to content

Commit d2b0286

Browse files
chore(deps): 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 195221d commit d2b0286

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

6363
# Use the Puma web server [https://github.com/puma/puma]
64-
gem 'puma', '~> 7.2'
64+
gem 'puma', '~> 8.0'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ GEM
393393
i18n (>= 0.5.0)
394394
railties (>= 6.1)
395395
public_suffix (7.0.5)
396-
puma (7.2.0)
396+
puma (8.0.0)
397397
nio4r (~> 2.0)
398398
pundit (2.5.2)
399399
activesupport (>= 3.0.0)
@@ -666,7 +666,7 @@ DEPENDENCIES
666666
pry-rails
667667
pry-remote
668668
public_activity
669-
puma (~> 7.2)
669+
puma (~> 8.0)
670670
pundit
671671
rack-mini-profiler (~> 4.0)
672672
rails (~> 8.1.2)

0 commit comments

Comments
 (0)