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

Commit c3b4996

Browse files
authored
Merge pull request #635 from Data-Liberation-Front/dependabot/bundler/puma-5.5.0
Bump puma from 5.4.0 to 5.5.0
2 parents a7d9f66 + 572b3e5 commit c3b4996

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.4'
36+
gem 'puma', '~> 5.5'
3737
end
3838

3939
group :development, :test do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ GEM
533533
coderay (~> 1.1)
534534
method_source (~> 1.0)
535535
public_suffix (4.0.6)
536-
puma (5.4.0)
536+
puma (5.5.0)
537537
nio4r (~> 2.0)
538538
pusher (1.4.3)
539539
httpclient (~> 2.8)
@@ -827,7 +827,7 @@ DEPENDENCIES
827827
nokogiri (~> 1.12)
828828
poltergeist (~> 1.6)
829829
pry (~> 0.14)
830-
puma (~> 5.4)
830+
puma (~> 5.5)
831831
pusher (~> 1.4)
832832
rack-cors (~> 1.0)
833833
rack-google-analytics (~> 1.2)

0 commit comments

Comments
 (0)