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