diff --git a/spec/tester_mongo/Gemfile b/spec/tester_mongo/Gemfile
index 76af11c5..e9835e70 100644
--- a/spec/tester_mongo/Gemfile
+++ b/spec/tester_mongo/Gemfile
@@ -2,7 +2,7 @@
 
 source 'https://rubygems.org'
 
-gem 'puma', '~> 3.7'
+gem 'puma', '~> 4.3'
 gem 'rails', '~> 5.1.6'
 
 gem 'mongoid', '~> 6.0'
diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock
index c52736f2..b1f97bc8 100644
--- a/spec/tester_mongo/Gemfile.lock
+++ b/spec/tester_mongo/Gemfile.lock
@@ -88,7 +88,8 @@ GEM
     nio4r (2.4.0)
     nokogiri (1.10.4)
       mini_portile2 (~> 2.4.0)
-    puma (3.12.1)
+    puma (4.3.12)
+      nio4r (~> 2.0)
     rack (2.0.7)
     rack-test (1.1.0)
       rack (>= 1.0, < 3)
@@ -156,7 +157,7 @@ DEPENDENCIES
   mongoid-rspec
   mongoid_includes
   nokogiri (>= 1.10.4)
-  puma (~> 3.7)
+  puma (~> 4.3)
   rails (~> 5.1.6)
 
 BUNDLED WITH