Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 6, 2019
1 parent e1197ed commit 77bd651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'pco_api'
# Use postgres as the database for Active Record
gem 'pg', '~> 1.0.0'
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'

gem 'rails', '~> 5.1.5'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
powerpack (0.1.2)
psych (3.1.0)
public_suffix (3.0.3)
puma (3.12.0)
puma (3.12.2)
rack (2.0.6)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
omniauth-oauth2
pco_api
pg (~> 1.0.0)
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.5)
react-rails
rubocop
Expand Down

0 comments on commit 77bd651

Please sign in to comment.