Skip to content

Commit 0af004d

Browse files
update nkf
1 parent 84e298a commit 0af004d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ group :tests do
1010
gem 'rspec', '~> 3.0'
1111
gem 'simplecov-console'
1212

13+
platforms :mswin, :mingw, :x64_mingw do
14+
gem 'nkf', '= 0.1.2'
15+
end
16+
17+
platforms :ruby do
18+
gem 'nkf', '>= 0.1.2'
19+
end
20+
1321
# the test gems required for module testing
1422
gem 'puppetlabs_spec_helper', '~> 3.0'
1523
gem 'rspec-puppet'

0 commit comments

Comments
 (0)