Skip to content

Commit

Permalink
pin concurrent-ruby to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jan 16, 2025
1 parent d390d30 commit 9610fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'cocoapods', '1.14.3'
gem 'cocoapods'
1 change: 1 addition & 0 deletions bin/generate-react-native-fixture
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +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'`
fs.writeFileSync(gemfilePath, gemfileContents)
}
}

0 comments on commit 9610fb1

Please sign in to comment.