Merge pull request #4710 from consul/dependabot/bundler/puma-4.3.9

Bump puma from 4.3.8 to 4.3.10
This commit is contained in:
Javi Martín
2021-10-14 17:09:52 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ gem "paperclip", "~> 6.1.0"
gem "paranoia", "~> 2.4.3"
gem "pg", "~> 1.2.3"
gem "pg_search", "~> 2.3.5"
gem "puma", "~> 4.3.8"
gem "puma", "~> 4.3.10"
gem "recipient_interceptor", "~> 0.3.0"
gem "redcarpet", "~> 3.5.1"
gem "responders", "~> 3.0.1"

View File

@@ -463,7 +463,7 @@ GEM
pronto (~> 0.11.0)
scss_lint (~> 0.43, >= 0.43.0)
public_suffix (4.0.6)
puma (4.3.8)
puma (4.3.10)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
@@ -759,7 +759,7 @@ DEPENDENCIES
pronto-eslint (~> 0.11.0)
pronto-rubocop (~> 0.11.1)
pronto-scss (~> 0.11.0)
puma (~> 4.3.8)
puma (~> 4.3.10)
rails (= 5.2.6)
rails-assets-leaflet!
rails-assets-markdown-it (~> 9.0.1)!