]> cat aescling's git repositories - mastodon.git/commitdiff
Bump puma from 3.9.1 to 3.10.0 (#4879)
authorGrey Baker <greysteil@gmail.com>
Mon, 11 Sep 2017 21:43:19 +0000 (22:43 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 11 Sep 2017 21:43:19 +0000 (23:43 +0200)
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)

Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index a4799a1bfb9ff5d71a38fa0ccf836698cf43a57f..051f09f782a65572fffb012187e8a75fe7cd6485 100644 (file)
--- 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'
 
index b5a0df3eaae51264ca72864ae49b055711222f21..31893dc3f39432e6e9cd3ea760609fe2eb889dbf 100644 (file)
@@ -323,7 +323,7 @@ GEM
     pry-rails (0.3.6)
       pry (>= 0.10.4)
     public_suffix (3.0.0)
-    puma (3.9.1)
+    puma (3.10.0)
     pundit (1.1.0)
       activesupport (>= 3.0.0)
     rabl (0.13.1)
@@ -582,7 +582,7 @@ DEPENDENCIES
   pghero (~> 1.7)
   pkg-config (~> 1.2)
   pry-rails (~> 0.3)
-  puma (~> 3.8)
+  puma (~> 3.10)
   pundit (~> 1.1)
   rabl (~> 0.13)
   rack-attack (~> 5.0)