mirror of
https://github.com/mastodon/mastodon.git
synced 2026-05-09 04:22:42 -05:00
Update puma to version 8.0.1 (#38738)
This commit is contained in:
parent
a8c261ae7c
commit
3021cd8002
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
|||
ruby '>= 3.3.0', '< 4.1.0'
|
||||
|
||||
gem 'propshaft'
|
||||
gem 'puma', '~> 7.0'
|
||||
gem 'puma'
|
||||
gem 'rails', '~> 8.1.0'
|
||||
gem 'thor', '~> 1.2'
|
||||
|
||||
|
|
|
|||
|
|
@ -625,7 +625,7 @@ GEM
|
|||
date
|
||||
stringio
|
||||
public_suffix (7.0.5)
|
||||
puma (7.2.0)
|
||||
puma (8.0.1)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.5.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
|
@ -1045,7 +1045,7 @@ DEPENDENCIES
|
|||
prometheus_exporter (~> 2.2)
|
||||
propshaft
|
||||
public_suffix (~> 7.0)
|
||||
puma (~> 7.0)
|
||||
puma
|
||||
pundit (~> 2.3)
|
||||
rack-attack (~> 6.6)
|
||||
rack-cors
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user