From 5617d6ca7cdb95801aa49783e171d49cf4bfa365 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Fri, 5 Jun 2026 03:50:39 +0530 Subject: [PATCH] ci: ios builds (#28847) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/ios/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mobile/ios/Gemfile b/mobile/ios/Gemfile index 3b6771ad35..180c2a00c2 100644 --- a/mobile/ios/Gemfile +++ b/mobile/ios/Gemfile @@ -2,4 +2,5 @@ source "https://rubygems.org" gem "fastlane" gem "cocoapods" -gem "abbrev" # Required for Ruby 3.4+ \ No newline at end of file +gem "abbrev" # Required for Ruby 3.4+ +gem "multi_json" \ No newline at end of file