From 4c2086c37abd14549e0535ea31b3737be6723726 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Apr 2026 20:12:09 +0000 Subject: [PATCH] fix: apps/mobile/Gemfile & apps/mobile/Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FARADAY-15253521 --- apps/mobile/Gemfile | 2 +- apps/mobile/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mobile/Gemfile b/apps/mobile/Gemfile index 9e2644eb834..460c18620f2 100644 --- a/apps/mobile/Gemfile +++ b/apps/mobile/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'fastlane', '2.216.0' +gem 'fastlane', '2.217.0' # Exclude problematic versions of cocoapods and activesupport that causes build failures. gem 'cocoapods', '1.15.1' gem 'activesupport', '7.2.3.1' diff --git a/apps/mobile/Gemfile.lock b/apps/mobile/Gemfile.lock index 40726c625b9..cc841a72edb 100644 --- a/apps/mobile/Gemfile.lock +++ b/apps/mobile/Gemfile.lock @@ -129,7 +129,7 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) fastimage (2.4.1) - fastlane (2.216.0) + fastlane (2.217.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) @@ -296,7 +296,7 @@ DEPENDENCIES activesupport (= 7.2.3.1) cocoapods (= 1.15.1) concurrent-ruby (= 1.3.4) - fastlane (= 2.216.0) + fastlane (= 2.217.0) xcodeproj (= 1.27.0) BUNDLED WITH