diff --git a/qa/Gemfile b/qa/Gemfile
index 0c275d2e32d92579ed5d2aaecbd66da47ddfc8ea..647ddad7cb6a51fa714ba4d66030f476437ed640 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -6,7 +6,7 @@ gem 'gitlab-qa', '~> 15', '>= 15.3.0', require: 'gitlab/qa'
 gem 'gitlab_quality-test_tooling', '~> 2.8.0', require: false
 gem 'gitlab-utils', path: '../gems/gitlab-utils'
 gem 'activesupport', '~> 7.0.8.7' # This should stay in sync with the root's Gemfile
-gem 'allure-rspec', '~> 2.25.0'
+gem 'allure-rspec', '~> 2.26.0'
 gem 'capybara', '~> 3.40.0'
 gem 'capybara-screenshot', '~> 1.0.26'
 gem 'rake', '~> 13', '>= 13.2.1'
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock
index 76437f19171ca700bd034782d7417ad5beed2c12..b890a6101b1e326f660d995742a3da4e38f5d308 100644
--- a/qa/Gemfile.lock
+++ b/qa/Gemfile.lock
@@ -35,10 +35,10 @@ GEM
       tzinfo (~> 2.0)
     addressable (2.8.7)
       public_suffix (>= 2.0.2, < 7.0)
-    allure-rspec (2.25.0)
-      allure-ruby-commons (= 2.25.0)
+    allure-rspec (2.26.0)
+      allure-ruby-commons (= 2.26.0)
       rspec-core (>= 3.8, < 4)
-    allure-ruby-commons (2.25.0)
+    allure-ruby-commons (2.26.0)
       mime-types (>= 3.3, < 4)
       require_all (>= 2, < 4)
       rspec-expectations (~> 3.12)
@@ -357,7 +357,7 @@ PLATFORMS
 
 DEPENDENCIES
   activesupport (~> 7.0.8.7)
-  allure-rspec (~> 2.25.0)
+  allure-rspec (~> 2.26.0)
   capybara (~> 3.40.0)
   capybara-screenshot (~> 1.0.26)
   deprecation_toolkit (~> 2.2.2)