Merge pull request #2664 from TracksApp/dependabot/bundler/puma-5.5.0

Bump puma from 5.4.0 to 5.5.0
This commit is contained in:
Jyri-Petteri Paloposki 2021-09-20 10:04:06 +03:00 committed by GitHub
commit 399f46c00d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ gem 'acts_as_list'
gem 'bcrypt', '~> 3.1.16' gem 'bcrypt', '~> 3.1.16'
gem 'htmlentities' gem 'htmlentities'
gem 'paperclip' gem 'paperclip'
gem 'puma', '~> 5.4' gem 'puma', '~> 5.5'
gem 'rails_autolink' gem 'rails_autolink'
gem 'RedCloth' gem 'RedCloth'
gem 'sanitize', '~> 6.0' gem 'sanitize', '~> 6.0'

View file

@ -173,7 +173,7 @@ GEM
parser (3.0.2.0) parser (3.0.2.0)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.2.3) pg (1.2.3)
puma (5.4.0) puma (5.5.0)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2) racc (1.5.2)
rack (2.2.3) rack (2.2.3)
@ -341,7 +341,7 @@ DEPENDENCIES
mysql2 (~> 0.5.3) mysql2 (~> 0.5.3)
paperclip paperclip
pg (~> 1.2.3) pg (~> 1.2.3)
puma (~> 5.4) puma (~> 5.5)
rack-mini-profiler rack-mini-profiler
rails (~> 6.0.3) rails (~> 6.0.3)
rails-controller-testing rails-controller-testing