Merge pull request #4165 from consul/dependabot/bundler/puma-4.3.6

Bump puma from 4.3.5 to 4.3.6
This commit is contained in:
Javi Martín
2020-09-28 17:44:43 +02:00
committed by GitHub
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 "paranoia", "~> 2.4.2"
gem "pg", "~> 0.21.0" gem "pg", "~> 0.21.0"
gem "pg_search", "~> 2.3.0" gem "pg_search", "~> 2.3.0"
gem "puma", "~> 4.3.5" gem "puma", "~> 4.3.6"
gem "recipient_interceptor", "~> 0.2.0" gem "recipient_interceptor", "~> 0.2.0"
gem "redcarpet", "~> 3.4.0" gem "redcarpet", "~> 3.4.0"
gem "responders", "~> 2.4.0" gem "responders", "~> 2.4.0"

View File

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