]> cat aescling's git repositories - mastodon.git/commitdiff
Bump puma from 3.11.4 to 3.12.0 (#8883)
authordependabot[bot] <dependabot[bot]@users.noreply.github.com>
Fri, 5 Oct 2018 16:58:13 +0000 (18:58 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 5 Oct 2018 16:58:13 +0000 (18:58 +0200)
Bumps [puma](https://github.com/puma/puma) from 3.11.4 to 3.12.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/v3.11.4...v3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index b9b6b4c243f1948ee92ce99139b053d1b70b87d9..775fee55da3983bb7e41eae47a7f7f21c6dbc717 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ ruby '>= 2.3.0', '< 2.6.0'
 
 gem 'pkg-config', '~> 1.3'
 
-gem 'puma', '~> 3.11'
+gem 'puma', '~> 3.12'
 gem 'rails', '~> 5.2.1'
 gem 'thor', '~> 0.20'
 
index a74fd5c6697ee58fb71cadfe7e3d09a87b00efd7..3d3a1cbe63aabeca6a64021df8697757b546e140 100644 (file)
@@ -419,7 +419,7 @@ GEM
     pry-rails (0.3.6)
       pry (>= 0.10.4)
     public_suffix (3.0.3)
-    puma (3.11.4)
+    puma (3.12.0)
     pundit (1.1.0)
       activesupport (>= 3.0.0)
     raabro (1.1.6)
@@ -730,7 +730,7 @@ DEPENDENCIES
   private_address_check (~> 0.5)
   pry-byebug (~> 3.6)
   pry-rails (~> 0.3)
-  puma (~> 3.11)
+  puma (~> 3.12)
   pundit (~> 1.1)
   rack-attack (~> 5.4)
   rack-cors (~> 1.0)