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

Commit

Permalink
Merge pull request #635 from Data-Liberation-Front/dependabot/bundler…
Browse files Browse the repository at this point in the history
…/puma-5.5.0

Bump puma from 5.4.0 to 5.5.0
  • Loading branch information
Floppy authored Sep 22, 2021
2 parents a7d9f66 + 572b3e5 commit c3b4996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'foreman', '~> 0.87'
group :production do
gem 'thin', '~> 1.8'
gem 'rails_12factor', '~> 0.0'
gem 'puma', '~> 5.4'
gem 'puma', '~> 5.5'
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (5.4.0)
puma (5.5.0)
nio4r (~> 2.0)
pusher (1.4.3)
httpclient (~> 2.8)
Expand Down Expand Up @@ -827,7 +827,7 @@ DEPENDENCIES
nokogiri (~> 1.12)
poltergeist (~> 1.6)
pry (~> 0.14)
puma (~> 5.4)
puma (~> 5.5)
pusher (~> 1.4)
rack-cors (~> 1.0)
rack-google-analytics (~> 1.2)
Expand Down

0 comments on commit c3b4996

Please sign in to comment.