Skip to content

Commit 108ea92

Browse files
authored
Merge pull request #42 from nativeapptemplate/dependabot/bundler/puma-8.0.0
Bump puma from 7.2.0 to 8.0.0
2 parents e0d9495 + ddcbb76 commit 108ea92

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
@@ -12,7 +12,7 @@ gem "propshaft", "~> 1.0"
1212
gem "pg"
1313

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

1717
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
1818
gem "turbo-rails", "~> 2.0.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ GEM
299299
date
300300
stringio
301301
public_suffix (7.0.5)
302-
puma (7.2.0)
302+
puma (8.0.0)
303303
nio4r (~> 2.0)
304304
pundit (2.5.2)
305305
activesupport (>= 3.0.0)
@@ -505,7 +505,7 @@ DEPENDENCIES
505505
pagy (~> 43)
506506
pg
507507
propshaft (~> 1.0)
508-
puma (~> 7.0)
508+
puma (~> 8.0)
509509
pundit
510510
rack-attack
511511
rails (~> 8.1)

0 commit comments

Comments
 (0)