Bump puma from 4.0.1 to 4.1.0 (#11548)

Bumps [puma](https://github.com/puma/puma) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.0.1...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-12 20:11:18 +09:00 committed by Yamagishi Kazutoshi
parent 0617198e41
commit ff1333ff40
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ ruby '>= 2.4.0', '< 2.7.0'
gem 'pkg-config', '~> 1.3'
gem 'puma', '~> 4.0'
gem 'puma', '~> 4.1'
gem 'rails', '~> 5.2.3'
gem 'thor', '~> 0.20'