]> cat aescling's git repositories - mastodon.git/commitdiff
Bump puma from 3.12.1 to 4.0.1 (#11306)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Wed, 17 Jul 2019 23:06:14 +0000 (01:06 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 17 Jul 2019 23:06:14 +0000 (01:06 +0200)
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 4.0.1.
- [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.12.1...v4.0.1)

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

diff --git a/Gemfile b/Gemfile
index 42208085caeec769bee30980488810c7a38efb6b..d826733247b8ff3788d8baf2873d8c0dfc9ba8f3 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ ruby '>= 2.4.0', '< 2.7.0'
 
 gem 'pkg-config', '~> 1.3'
 
-gem 'puma', '~> 3.12'
+gem 'puma', '~> 4.0'
 gem 'rails', '~> 5.2.3'
 gem 'thor', '~> 0.20'
 
index 4036a05c1ec72835f9a19203d5e9bea204b24bad..6ff6dac73dd6b6aefee6c6c577ae8dfbe083ba42 100644 (file)
@@ -428,7 +428,8 @@ GEM
     pry-rails (0.3.9)
       pry (>= 0.10.4)
     public_suffix (3.1.1)
-    puma (3.12.1)
+    puma (4.0.1)
+      nio4r (~> 2.0)
     pundit (2.0.1)
       activesupport (>= 3.0.0)
     raabro (1.1.6)
@@ -731,7 +732,7 @@ DEPENDENCIES
   private_address_check (~> 0.5)
   pry-byebug (~> 3.7)
   pry-rails (~> 0.3)
-  puma (~> 3.12)
+  puma (~> 4.0)
   pundit (~> 2.0)
   rack-attack (~> 6.0)
   rack-cors (~> 1.0)