Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 6eb130e

Browse files
authored
Merge pull request #686 from Data-Liberation-Front/dependabot/bundler/puma-5.6.4
Bump puma from 5.3.1 to 5.6.4
2 parents 1d9cb01 + ca70cf4 commit 6eb130e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gem 'foreman', '~> 0.87'
3333
group :production do
3434
gem 'thin', '~> 1.8'
3535
gem 'rails_12factor', '~> 0.0'
36-
gem 'puma', '~> 5.3'
36+
gem 'puma', '~> 5.6'
3737
end
3838

3939
group :development, :test do

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ GEM
498498
net-http-persistent (4.0.1)
499499
connection_pool (~> 2.2)
500500
netrc (0.11.0)
501-
nio4r (2.5.7)
501+
nio4r (2.5.8)
502502
nokogiri (1.13.7)
503503
mini_portile2 (~> 2.8.0)
504504
racc (~> 1.4)
@@ -519,7 +519,7 @@ GEM
519519
coderay (~> 1.1)
520520
method_source (~> 1.0)
521521
public_suffix (4.0.7)
522-
puma (5.3.1)
522+
puma (5.6.4)
523523
nio4r (~> 2.0)
524524
pusher (2.0.2)
525525
httpclient (~> 2.8)
@@ -806,7 +806,7 @@ DEPENDENCIES
806806
nokogiri (~> 1.13)
807807
poltergeist (~> 1.6)
808808
pry (~> 0.14)
809-
puma (~> 5.3)
809+
puma (~> 5.6)
810810
pusher (~> 2.0)
811811
racc (= 1.5)
812812
rack-cors (~> 1.0)

0 commit comments

Comments
 (0)