diff --git a/rails/gitlab-ci.yml b/rails/gitlab-ci.yml
index 17f2b0cdfdd209139a4fc7063b7c8b921289df1e..961ef2efff1a02d4813da7d1c5a0f717ae9595cf 100644
--- a/rails/gitlab-ci.yml
+++ b/rails/gitlab-ci.yml
@@ -18,7 +18,7 @@ rubocop:
     - rails
   script:
     - wget --quiet "https://git-ce.rwth-aachen.de/noc-public/noc-netze-gitlab-cicd/-/raw/main/rails/rubocop.yml" -O ".rubocop.yml"
-    - gem install rubocop:1.70.0 rubocop-capybara:2.21.0 rubocop-minitest:0.36.0 rubocop-performance:1.23.1 rubocop-rails:2.29.0 --silent
+    - gem install rubocop:1.71.0 rubocop-capybara:2.21.0 rubocop-minitest:0.36.0 rubocop-performance:1.23.1 rubocop-rails:2.29.1 --silent
     - rubocop
 
 erb_lint:
@@ -29,7 +29,7 @@ erb_lint:
   script:
     - wget --quiet "https://git-ce.rwth-aachen.de/noc-public/noc-netze-gitlab-cicd/-/raw/main/rails/rubocop.yml" -O ".rubocop.yml"
     - wget --quiet "https://git-ce.rwth-aachen.de/noc-public/noc-netze-gitlab-cicd/-/raw/main/rails/erb_lint.yml" -O ".erb_lint.yml"
-    - gem install rubocop:1.70.0 rubocop-capybara:2.21.0 rubocop-minitest:0.36.0 rubocop-performance:1.23.1 rubocop-rails:2.29.0 erb_lint:0.8.0 --silent
+    - gem install rubocop:1.71.0 rubocop-capybara:2.21.0 rubocop-minitest:0.36.0 rubocop-performance:1.23.1 rubocop-rails:2.29.1 erb_lint:0.9.0 --silent
     - erb_lint --lint-all --allow-no-files true
 
 haml_lint:
@@ -40,7 +40,7 @@ haml_lint:
   script:
     - wget --quiet "https://git-ce.rwth-aachen.de/noc-public/noc-netze-gitlab-cicd/-/raw/main/rails/rubocop.yml" -O ".rubocop.yml"
     - wget --quiet "https://git-ce.rwth-aachen.de/noc-public/noc-netze-gitlab-cicd/-/raw/main/rails/haml-lint.yml" -O ".haml-lint.yml"
-    - gem install rubocop:1.70.0 rubocop-capybara:2.21.0 rubocop-minitest:0.36.0 rubocop-performance:1.23.1 rubocop-rails:2.29.0 haml_lint:0.59.0 --silent
+    - gem install rubocop:1.71.0 rubocop-capybara:2.21.0 rubocop-minitest:0.36.0 rubocop-performance:1.23.1 rubocop-rails:2.29.1 haml_lint:0.59.0 --silent
     - haml-lint
 
 brakeman:
@@ -51,7 +51,7 @@ brakeman:
   script:
     - rm -f ./config/brakeman.yml ./config/brakeman.ignore
     - gem install brakeman:7.0.0 --silent
-    - brakeman -A --except UnscopedFind
+    - brakeman -A --except UnscopedFind --no-prism
 
 rails_test_all:
   stage: test
diff --git a/rails/rubocop-for-gem.yml b/rails/rubocop-for-gem.yml
index 88024554613b03bbc00f59a44674311adfbafa88..62a64e89fe9da8b0aa8c402783d915dccab7d7e1 100644
--- a/rails/rubocop-for-gem.yml
+++ b/rails/rubocop-for-gem.yml
@@ -4,9 +4,9 @@ require:
   - rubocop-performance
   - rubocop-rails
 
-# gem "rubocop", "1.65.1", require: false
-# gem "rubocop-minitest", "0.35.1", require: false
-# gem "rubocop-performance", "1.21.1", require: false
+# gem "rubocop", "1.71.0", require: false
+# gem "rubocop-minitest", "0.36.0", require: false
+# gem "rubocop-performance", "1.23.1", require: false
 # gem "rubocop-packaging", "0.5.2", require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed
diff --git a/rails/rubocop.yml b/rails/rubocop.yml
index 1ed3eaab81ed35d6640f4a26d5a27326b9b3a3d2..8afa4c6849124d3f2c843586cac6e9cc013f523b 100644
--- a/rails/rubocop.yml
+++ b/rails/rubocop.yml
@@ -4,11 +4,11 @@ require:
   - rubocop-performance
   - rubocop-rails
 
-# gem "rubocop", "1.70.0", require: false
+# gem "rubocop", "1.71.0", require: false
 # gem "rubocop-capybara", "2.21.0", require: false
 # gem "rubocop-minitest", "0.36.0", require: false
 # gem "rubocop-performance", "1.23.1", require: false
-# gem "rubocop-rails", "2.29.0", require: false
+# gem "rubocop-rails", "2.29.1", require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed
 
diff --git a/rails/rubocop/rubocop-base.yml b/rails/rubocop/rubocop-base.yml
index 6a5e39db2b2986406645e66cc323d7ac11973c7b..9eb16be04da6e0cb9d600e3e21b9b67dcf3ebf5a 100644
--- a/rails/rubocop/rubocop-base.yml
+++ b/rails/rubocop/rubocop-base.yml
@@ -1,7 +1,7 @@
 require:
   - rubocop-performance
 
-# gem 'rubocop', '1.70.0', require: false
+# gem 'rubocop', '1.71.0', require: false
 # gem 'rubocop-performance', '1.23.1', require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed
diff --git a/rails/rubocop/rubocop-minitest.yml b/rails/rubocop/rubocop-minitest.yml
index 216f40d47588c2b30a4dd9a78ac6d5171423264a..b77e84236f019195f4951ddde1a680013887ff6d 100644
--- a/rails/rubocop/rubocop-minitest.yml
+++ b/rails/rubocop/rubocop-minitest.yml
@@ -1,7 +1,7 @@
 require:
   - rubocop-minitest
 
-# gem 'rubocop', '1.70.0', require: false
+# gem 'rubocop', '1.71.0', require: false
 # gem 'rubocop-minitest', '0.36.0', require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed
diff --git a/rails/rubocop/rubocop-rails.yml b/rails/rubocop/rubocop-rails.yml
index ad3e10c396d5c0012d909972b2f0959032d467fa..850af51e9a00777e36f55fc3020d3e96ed05e9e2 100644
--- a/rails/rubocop/rubocop-rails.yml
+++ b/rails/rubocop/rubocop-rails.yml
@@ -1,8 +1,8 @@
 require:
   - rubocop-rails
 
-# gem 'rubocop', '1.70.0', require: false
-# gem 'rubocop-rails', '2.29.0', require: false
+# gem 'rubocop', '1.71.0', require: false
+# gem 'rubocop-rails', '2.29.1', require: false
 AllCops:
   NewCops: enable # pending cops get enabled by default and must be disabled by hand, if needed