]> cat aescling's git repositories - mastodon.git/commitdiff
Bump puma from 4.1.1 to 4.2.0 (#11939)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Mon, 23 Sep 2019 13:39:11 +0000 (15:39 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 23 Sep 2019 13:39:11 +0000 (15:39 +0200)
Bumps [puma](https://github.com/puma/puma) from 4.1.1 to 4.2.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.1.1...v4.2.0)

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

diff --git a/Gemfile b/Gemfile
index d9965e7da0170e304ac3d73a0b0757802458532c..2ab3137547a585c9710435a2e4ab9b50d22e56e5 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ ruby '>= 2.4.0', '< 2.7.0'
 
 gem 'pkg-config', '~> 1.3'
 
-gem 'puma', '~> 4.1'
+gem 'puma', '~> 4.2'
 gem 'rails', '~> 5.2.3'
 gem 'thor', '~> 0.20'
 
index 3af98a43d1c9c4079a64beaff426c95eaf8cb950..a796d1aaebe4593ac953cad6489dcb7f63f43b79 100644 (file)
@@ -445,7 +445,7 @@ GEM
     pry-rails (0.3.9)
       pry (>= 0.10.4)
     public_suffix (4.0.1)
-    puma (4.1.1)
+    puma (4.2.0)
       nio4r (~> 2.0)
     pundit (2.1.0)
       activesupport (>= 3.0.0)
@@ -752,7 +752,7 @@ DEPENDENCIES
   private_address_check (~> 0.5)
   pry-byebug (~> 3.7)
   pry-rails (~> 0.3)
-  puma (~> 4.1)
+  puma (~> 4.2)
   pundit (~> 2.1)
   rack-attack (~> 6.1)
   rack-cors (~> 1.0)