Bump puma from 4.3.5 to 4.3.6

Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.3.5...v4.3.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-28 15:05:21 +00:00
committed by GitHub
parent 32f2b4dace
commit 538966bf19
2 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ gem "paperclip", "~> 6.1.0"
gem "paranoia", "~> 2.4.2"
gem "pg", "~> 0.21.0"
gem "pg_search", "~> 2.3.0"
gem "puma", "~> 4.3.5"
gem "puma", "~> 4.3.6"
gem "recipient_interceptor", "~> 0.2.0"
gem "redcarpet", "~> 3.4.0"
gem "responders", "~> 2.4.0"

View File

@@ -363,7 +363,7 @@ GEM
net-ssh (>= 2.6.5, < 7.0.0)
net-ssh (6.1.0)
newrelic_rpm (4.1.0.333)
nio4r (2.5.2)
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nori (2.6.0)
@@ -414,7 +414,7 @@ GEM
activerecord (>= 4.2)
activesupport (>= 4.2)
public_suffix (4.0.6)
puma (4.3.5)
puma (4.3.6)
nio4r (~> 2.0)
rack (2.2.3)
rack-accept (0.4.5)
@@ -692,7 +692,7 @@ DEPENDENCIES
paranoia (~> 2.4.2)
pg (~> 0.21.0)
pg_search (~> 2.3.0)
puma (~> 4.3.5)
puma (~> 4.3.6)
rails (= 5.1.7)
rails-assets-leaflet!
rails-assets-markdown-it (~> 9.0.1)!