Skip to content

Commit

Permalink
update cocoapods dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jan 16, 2025
1 parent d994a34 commit b60d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-react-native-fixture
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function replaceGeneratedFixtureFiles() {
if (fs.existsSync(gemfilePath)) {
let gemfileContents = fs.readFileSync(gemfilePath, 'utf8')
gemfileContents += `\ngem 'xcodeproj', '< 1.26.0'`
gemfileContents += `\ngem 'concurrent-ruby', '1.3.4'`
gemfileContents.replace(`\ngem 'cocoapods' *`, `\ngem 'cocoapods', '1.16.2'`)
fs.writeFileSync(gemfilePath, gemfileContents)
}
}

0 comments on commit b60d02b

Please sign in to comment.