diff --git a/Gemfile b/Gemfile
index 213e5a86130c596ded3a5f91daaeae83dcdbaf90..ff47974edc2a64ea9c15f4dcf08ab938e8f8740b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -411,7 +411,7 @@ end
 group :test do
   gem 'fuubar', '~> 2.2.0'
   gem 'rspec-retry', '~> 0.6.1'
-  gem 'rspec_profiling', '~> 0.0.5'
+  gem 'rspec_profiling', '~> 0.0.6'
   gem 'rspec-parameterized', require: false
 
   gem 'capybara', '~> 3.33.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 027957f3471990e2a5711f485646d02680ae7a57..21c36eb4c237a35bc782e9d10ec3cdb0826f0262 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1009,7 +1009,7 @@ GEM
     rspec-support (3.9.2)
     rspec_junit_formatter (0.4.1)
       rspec-core (>= 2, < 4, != 2.12.0)
-    rspec_profiling (0.0.5)
+    rspec_profiling (0.0.6)
       activerecord
       pg
       rails
@@ -1467,7 +1467,7 @@ DEPENDENCIES
   rspec-rails (~> 4.0.0)
   rspec-retry (~> 0.6.1)
   rspec_junit_formatter
-  rspec_profiling (~> 0.0.5)
+  rspec_profiling (~> 0.0.6)
   rubocop (~> 0.82.0)
   rubocop-performance (~> 1.5.2)
   rubocop-rspec (~> 1.37.0)