From bf37422d58ca738043d3beedbd90beca11ebf663 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Mon, 30 Mar 2026 11:00:34 +0200 Subject: [PATCH] chore(deps): bump activesupport to >= 7.2.3.1 Raises the minimum activesupport version in performance test Gemfiles to fix XSS, ReDoS, and DoS vulnerabilities. https://github.com/getsentry/sentry-react-native/security/dependabot/464 https://github.com/getsentry/sentry-react-native/security/dependabot/465 https://github.com/getsentry/sentry-react-native/security/dependabot/466 https://github.com/getsentry/sentry-react-native/security/dependabot/467 https://github.com/getsentry/sentry-react-native/security/dependabot/468 https://github.com/getsentry/sentry-react-native/security/dependabot/469 Co-Authored-By: Claude Opus 4.6 --- performance-tests/TestAppPlain/Gemfile | 2 +- performance-tests/TestAppSentry/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/performance-tests/TestAppPlain/Gemfile b/performance-tests/TestAppPlain/Gemfile index 6a4c5f1718..dcb46fbcd4 100644 --- a/performance-tests/TestAppPlain/Gemfile +++ b/performance-tests/TestAppPlain/Gemfile @@ -5,7 +5,7 @@ ruby ">= 2.6.10" # Exclude problematic versions of cocoapods and activesupport that causes build failures. gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' -gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' +gem 'activesupport', '>= 7.2.3.1', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' gem 'concurrent-ruby', '< 1.3.4' diff --git a/performance-tests/TestAppSentry/Gemfile b/performance-tests/TestAppSentry/Gemfile index 6a4c5f1718..dcb46fbcd4 100644 --- a/performance-tests/TestAppSentry/Gemfile +++ b/performance-tests/TestAppSentry/Gemfile @@ -5,7 +5,7 @@ ruby ">= 2.6.10" # Exclude problematic versions of cocoapods and activesupport that causes build failures. gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' -gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' +gem 'activesupport', '>= 7.2.3.1', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' gem 'concurrent-ruby', '< 1.3.4'