From 4bcc2dafb2834deaeea74b69c73424832882f122 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:11:32 +0000 Subject: [PATCH] fix: apps/mobile/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762331 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762697 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762701 - https://snyk.io/vuln/SNYK-RUBY-ADDRESSABLE-15924312 - https://snyk.io/vuln/SNYK-RUBY-AWSSDKS3-14465282 - https://snyk.io/vuln/SNYK-RUBY-FARADAY-15253521 - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608 - https://snyk.io/vuln/SNYK-RUBY-JWT-16755447 --- apps/mobile/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/Gemfile b/apps/mobile/Gemfile index e1d5aa1dd5b..d68229ca87a 100644 --- a/apps/mobile/Gemfile +++ b/apps/mobile/Gemfile @@ -1,8 +1,8 @@ source "https://rubygems.org" -gem 'fastlane', '2.228.0' +gem 'fastlane', '2.235.0' gem 'cocoapods', '1.16.2' -gem 'activesupport', '7.1.2' +gem 'activesupport', '7.2.3.1' gem 'xcodeproj', '1.27.0' gem 'concurrent-ruby', '1.3.4'