Skip to content

Commit 07e13b1

Browse files
update Gemgile
1 parent ee1c2c6 commit 07e13b1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Gemfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ 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-
2113
# the test gems required for module testing
2214
gem 'puppetlabs_spec_helper', '~> 8.0'
2315
gem 'rspec-puppet'
@@ -44,6 +36,7 @@ end
4436
group :integration do
4537
# Pin due to an issue with FFI, Windows, and Facter. See FACT-3434
4638
gem 'ffi', '1.15.5'
39+
gem 'nkf', '= 0.1.2'
4740
end
4841

4942
# Find a location or specific version for a gem. place_or_version can be a

0 commit comments

Comments
 (0)