Merge pull request #154 from DavidS/maint-update-yard

Update to non-vulnerable yard version
This commit is contained in:
Eric Putnam 2018-01-29 17:11:33 -08:00 committed by GitHub
commit 892951bddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ gemspec
gem 'rgen' gem 'rgen'
gem 'redcarpet' gem 'redcarpet'
gem 'yard', '0.9.5' gem 'yard', '~> 0.9.11'
if ENV['PUPPET_GEM_VERSION'] if ENV['PUPPET_GEM_VERSION']
gem 'puppet', ENV['PUPPET_GEM_VERSION'], :require => false gem 'puppet', ENV['PUPPET_GEM_VERSION'], :require => false

View File

@ -82,7 +82,7 @@ Puppet::Type.type(:custom).provide :linux do
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7' defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
has_feature :implements_some_feature has_feature :implements_some_feature
has_feature :some_other_feature has_feature :some_other_feature
commands foo: /usr/bin/foo commands foo: '/usr/bin/foo'
end end
SOURCE SOURCE
} }