Skip to content

Commit 33eb02e

Browse files
committed
dep: update puma to 7.2.1
1 parent 577adeb commit 33eb02e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "turbo-rails", github: "hotwired/turbo-rails", branch: "offline-cache"
1313
# Deployment and drivers
1414
gem "bootsnap", require: false
1515
gem "kamal", require: false
16-
gem "puma", ">= 5.0"
16+
gem "puma", "~> 7.2", ">= 7.2.1"
1717
gem "solid_cable", ">= 3.0"
1818
gem "solid_cache", "~> 1.0"
1919
gem "solid_queue", "~> 1.4"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ GEM
349349
date
350350
stringio
351351
public_suffix (7.0.5)
352-
puma (7.2.0)
352+
puma (7.2.1)
353353
nio4r (~> 2.0)
354354
raabro (1.4.0)
355355
racc (1.8.1)
@@ -532,7 +532,7 @@ DEPENDENCIES
532532
net-http-persistent
533533
platform_agent
534534
propshaft
535-
puma (>= 5.0)
535+
puma (~> 7.2, >= 7.2.1)
536536
rack-mini-profiler
537537
rails!
538538
rouge

Gemfile.saas.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ GEM
500500
date
501501
stringio
502502
public_suffix (7.0.5)
503-
puma (7.2.0)
503+
puma (7.2.1)
504504
nio4r (~> 2.0)
505505
raabro (1.4.0)
506506
racc (1.8.1)
@@ -738,7 +738,7 @@ DEPENDENCIES
738738
platform_agent
739739
prometheus-client-mmap (~> 1.3)
740740
propshaft
741-
puma (>= 5.0)
741+
puma (~> 7.2, >= 7.2.1)
742742
queenbee!
743743
rack-mini-profiler
744744
rails!

0 commit comments

Comments
 (0)