diff --git a/Gemfile b/Gemfile
index 45dc4dfebed53031a468bd9d48404b39c57b39fc..8d20e98a5c899040cec12a5991571c9a06cb1163 100644
--- a/Gemfile
+++ b/Gemfile
@@ -424,7 +424,7 @@ group :test do
   gem 'webmock', '~> 3.9.1'
   gem 'rails-controller-testing'
   gem 'concurrent-ruby', '~> 1.1'
-  gem 'test-prof', '~> 0.12.0'
+  gem 'test-prof', '~> 1.0.7'
   gem 'rspec_junit_formatter'
   gem 'guard-rspec'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index fc13e8d6ecccb51eefbc7ccb950394aa116221d5..dbed17712f7a3eecdaf611e366d916c2b0961c21 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1251,7 +1251,7 @@ GEM
       unicode-display_width (~> 1.1, >= 1.1.1)
     terser (1.0.2)
       execjs (>= 0.3.0, < 3)
-    test-prof (0.12.0)
+    test-prof (1.0.7)
     test_file_finder (0.1.4)
       faraday (~> 1.0)
     text (1.3.1)
@@ -1628,7 +1628,7 @@ DEPENDENCIES
   state_machines-activerecord (~> 0.8.0)
   sys-filesystem (~> 1.1.6)
   terser (= 1.0.2)
-  test-prof (~> 0.12.0)
+  test-prof (~> 1.0.7)
   test_file_finder (~> 0.1.3)
   thin (~> 1.8.0)
   thrift (>= 0.14.0)