Skip to content

Commit

Permalink
[Security] Bump puma from 3.12.0 to 3.12.6
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.6. **This update includes security fixes.**
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Sep 12, 2020
1 parent 7a5e997 commit 87e275d
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 @@ -13,7 +13,7 @@ gem 'rails', '~> 6.0.2.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
mini_portile2 (~> 2.4.0)
pg (0.21.0)
public_suffix (4.0.3)
puma (3.12.2)
puma (3.12.6)
rack (2.0.8)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -291,7 +291,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
mailgun-ruby
pg (~> 0.18)
puma (~> 3.7)
puma (~> 3.12)
rails (~> 6.0.2.1)
rails-controller-testing
rest-client
Expand Down

0 comments on commit 87e275d

Please sign in to comment.