Skip to content

Commit b8d222f

Browse files
xsahil03xclaude
andauthored
fix(ci): add multi_json to sample_app Gemfiles (#2728)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 13798f0 commit b8d222f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

sample_app/android/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22

33
gem "fastlane"
4+
gem "multi_json"
45

56
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
67
eval_gemfile(plugins_path) if File.exist?(plugins_path)

sample_app/ios/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "https://rubygems.org"
22

33
gem "fastlane"
44
gem "cocoapods"
5+
gem "multi_json"
56

67
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
78
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 commit comments

Comments
 (0)