We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e9d50 commit 410d51bCopy full SHA for 410d51b
4 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