Skip to content

Commit

Permalink
Bump puma from 3.8.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.8.0 to 3.12.6.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.8.0...v3.12.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 2536986 commit df7516f
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 @@ -60,5 +60,5 @@ end
group :production do
gem 'pg', '~> 0.15'
gem 'rails_12factor'
gem 'puma', '3.8'
gem 'puma', '3.12.6'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -98,7 +98,7 @@ GEM
racc (~> 1.4)
orm_adapter (0.5.0)
pg (0.21.0)
puma (3.8.0)
puma (3.12.6)
racc (1.5.2)
rack (1.6.13)
rack-test (0.6.3)
Expand Down Expand Up @@ -200,7 +200,7 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
pg (~> 0.15)
puma (= 3.8)
puma (= 3.12.6)
rails (= 4.2.8)
rails_12factor
rake (~> 13.0.1)
Expand Down

0 comments on commit df7516f

Please sign in to comment.