diff options
author | Grey Baker <greysteil@gmail.com> | 2017-09-11 22:43:19 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-11 23:43:19 +0200 |
commit | a6a206ef850da46a1fbdf262fe4527a44f2ceb0f (patch) | |
tree | c4dcadd31ce4948606b5d78a53f865cba8ba580c /Gemfile | |
parent | bbff144004b6e162d9a27720b975a4953182da70 (diff) |
Bump puma from 3.9.1 to 3.10.0 (#4879)
Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 3.10.0. - [Release notes](https://github.com/puma/puma/releases/tag/v3.10.0) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.9.1...v3.10.0)
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index a4799a1bf..051f09f78 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '>= 2.3.0', '< 2.5.0' gem 'pkg-config', '~> 1.2' -gem 'puma', '~> 3.8' +gem 'puma', '~> 3.10' gem 'rails', '~> 5.1.4' gem 'uglifier', '~> 3.2' |