We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1c2c6 commit 07e13b1Copy full SHA for 07e13b1
Gemfile
@@ -10,14 +10,6 @@ group :tests do
10
gem 'rspec', '~> 3.0'
11
gem 'simplecov-console'
12
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
20
21
# the test gems required for module testing
22
gem 'puppetlabs_spec_helper', '~> 8.0'
23
gem 'rspec-puppet'
@@ -44,6 +36,7 @@ end
44
36
group :integration do
45
37
# Pin due to an issue with FFI, Windows, and Facter. See FACT-3434
46
38
gem 'ffi', '1.15.5'
39
+ gem 'nkf', '= 0.1.2'
47
40
end
48
41
49
42
# Find a location or specific version for a gem. place_or_version can be a
0 commit comments