Skip to content

Commit

Permalink
Bump puma from 3.12.2 to 3.12.3
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 3.12.3.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.2...v3.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 28, 2020
1 parent 524feba commit 7948f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -44,7 +44,7 @@ gem 'pg', '0.21.0'
# Heroku email service
gem 'postmark-rails', '0.15.0'
# Use Puma as the web server
gem 'puma', '3.12.2'
gem 'puma', '3.12.3'
# Use Pundit for authorization
gem 'pundit', '1.1.0'
# Limits processing time in rack layer for added loading protection
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -159,7 +159,7 @@ GEM
method_source (~> 0.9.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (3.12.2)
puma (3.12.3)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (2.0.8)
Expand Down Expand Up @@ -322,7 +322,7 @@ DEPENDENCIES
pg (= 0.21.0)
postmark-rails (= 0.15.0)
pry-rails (~> 0.3.6)
puma (= 3.12.2)
puma (= 3.12.3)
pundit (= 1.1.0)
rack-timeout (= 0.4.2)
rails (= 5.0.7.2)
Expand Down

0 comments on commit 7948f27

Please sign in to comment.