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

Commit b6993ea

Browse files
authored
Merge pull request #611 from Data-Liberation-Front/dependabot/bundler/puma-5.3.1
Bump puma from 5.2.2 to 5.3.1
2 parents d608414 + 8077689 commit b6993ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2'
36+
gem 'puma', '~> 5.3'
3737
end
3838

3939
group :development, :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ GEM
530530
pry (0.14.1)
531531
coderay (~> 1.1)
532532
method_source (~> 1.0)
533-
puma (5.2.2)
533+
puma (5.3.1)
534534
nio4r (~> 2.0)
535535
pusher (1.4.3)
536536
httpclient (~> 2.8)
@@ -823,7 +823,7 @@ DEPENDENCIES
823823
nokogiri (~> 1.10)
824824
poltergeist (~> 1.6)
825825
pry (~> 0.14)
826-
puma (~> 5.2)
826+
puma (~> 5.3)
827827
pusher (~> 1.4)
828828
rack-cors (~> 1.0)
829829
rack-google-analytics (~> 1.2)

0 commit comments

Comments
 (0)