Skip to content

Commit

Permalink
Bump puma from 3.9.1 to 3.12.6
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.9.1 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.9.1...v3.12.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 6ab479f commit 786a66f
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 @@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
end

gem 'rails', '5.1.4'
gem 'puma', '3.9.1'
gem 'puma', '3.12.6'
gem 'sass-rails', '5.0.6'
gem 'uglifier', '3.2.0'
gem 'coffee-rails', '4.2.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -111,7 +111,7 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (3.9.1)
puma (3.12.6)
rack (2.0.5)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -204,7 +204,7 @@ DEPENDENCIES
listen (= 3.0.8)
minitest-reporters (= 1.1.14)
pg (= 0.18.4)
puma (= 3.9.1)
puma (= 3.12.6)
rails (= 5.1.4)
rails-controller-testing (= 1.0.2)
sass-rails (= 5.0.6)
Expand Down

0 comments on commit 786a66f

Please sign in to comment.