We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pod install
yarn dedupe
1 parent c995f95 commit 187d21fCopy full SHA for 187d21f
5 files changed
Gemfile
@@ -13,3 +13,4 @@ gem 'bigdecimal'
13
gem 'logger'
14
gem 'benchmark'
15
gem 'mutex_m'
16
+gem 'nkf' # [macOS]
Gemfile.lock
@@ -104,6 +104,7 @@ DEPENDENCIES
104
concurrent-ruby (<= 1.3.4)
105
logger
106
mutex_m
107
+ nkf
108
xcodeproj (< 1.26.0)
109
110
RUBY VERSION
packages/helloworld/Gemfile
@@ -12,3 +12,4 @@ gem 'bigdecimal'
12
packages/rn-tester/Gemfile
@@ -16,3 +16,4 @@ gem 'bigdecimal'
17
18
19
0 commit comments