diff --git a/Gemfile b/Gemfile
index 81294ebe39e9c52afcab880f79c403dc2b77d91d..2895bdfe73e6e05b8dcc8d1e7f4dba05b5621804 100644
--- a/Gemfile
+++ b/Gemfile
@@ -488,7 +488,7 @@ gem 'flipper', '~> 0.17.1'
 gem 'flipper-active_record', '~> 0.17.1'
 gem 'flipper-active_support_cache_store', '~> 0.17.1'
 gem 'unleash', '~> 0.1.5'
-gem 'gitlab-experiment', '~> 0.5.0'
+gem 'gitlab-experiment', '~> 0.5.1'
 
 # Structured logging
 gem 'lograge', '~> 0.5'
diff --git a/Gemfile.lock b/Gemfile.lock
index 063ebc4424bdd19735b1832a8a53bd2810c412c1..f7509d696a15670270bd2a426fbc82c18030dbef 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -438,9 +438,9 @@ GEM
       numerizer (~> 0.2)
     gitlab-dangerfiles (0.8.0)
       danger
-    gitlab-experiment (0.5.0)
+    gitlab-experiment (0.5.1)
       activesupport (>= 3.0)
-      scientist (~> 1.5, >= 1.5.0)
+      scientist (~> 1.6, >= 1.6.0)
     gitlab-fog-azure-rm (1.0.1)
       azure-storage-blob (~> 2.0)
       azure-storage-common (~> 2.0)
@@ -1422,7 +1422,7 @@ DEPENDENCIES
   github-markup (~> 1.7.0)
   gitlab-chronic (~> 0.10.5)
   gitlab-dangerfiles (~> 0.8.0)
-  gitlab-experiment (~> 0.5.0)
+  gitlab-experiment (~> 0.5.1)
   gitlab-fog-azure-rm (~> 1.0.1)
   gitlab-fog-google (~> 1.13)
   gitlab-labkit (~> 0.16.1)