Skip to content

Commit 187d21f

Browse files
authored
ci: fix failing pod install, run yarn dedupe (#2773)
## Summary: Make a change (yarn dedupe) to force CI to run so we can investigate and fix ## Test Plan: CI should pass
1 parent c995f95 commit 187d21f

File tree

5 files changed

+47
-598
lines changed

5 files changed

+47
-598
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ gem 'bigdecimal'
1313
gem 'logger'
1414
gem 'benchmark'
1515
gem 'mutex_m'
16+
gem 'nkf' # [macOS]

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ DEPENDENCIES
104104
concurrent-ruby (<= 1.3.4)
105105
logger
106106
mutex_m
107+
nkf
107108
xcodeproj (< 1.26.0)
108109

109110
RUBY VERSION

packages/helloworld/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ gem 'bigdecimal'
1212
gem 'logger'
1313
gem 'benchmark'
1414
gem 'mutex_m'
15+
gem 'nkf' # [macOS]

packages/rn-tester/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ gem 'bigdecimal'
1616
gem 'logger'
1717
gem 'benchmark'
1818
gem 'mutex_m'
19+
gem 'nkf' # [macOS]

0 commit comments

Comments
 (0)