Skip to content

Commit e473bfe

Browse files
authored
Merge pull request #2570 from codebar/dependabot/bundler/puma-8.0.0
chore(deps): bump puma from 7.2.0 to 8.0.0
2 parents e5b8443 + d2b0286 commit e473bfe

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

6464
# Use the Puma web server [https://github.com/puma/puma]
65-
gem 'puma', '~> 7.2'
65+
gem 'puma', '~> 8.0'
6666
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
6767
gem 'importmap-rails'
6868
# 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
@@ -395,7 +395,7 @@ GEM
395395
i18n (>= 0.5.0)
396396
railties (>= 6.1)
397397
public_suffix (7.0.5)
398-
puma (7.2.0)
398+
puma (8.0.0)
399399
nio4r (~> 2.0)
400400
pundit (2.5.2)
401401
activesupport (>= 3.0.0)
@@ -668,7 +668,7 @@ DEPENDENCIES
668668
pry-rails
669669
pry-remote
670670
public_activity
671-
puma (~> 7.2)
671+
puma (~> 8.0)
672672
pundit
673673
rack-mini-profiler (~> 4.0)
674674
rails (~> 8.1.2)

0 commit comments

Comments
 (0)