Merge pull request #154 from DavidS/maint-update-yard
Update to non-vulnerable yard version
This commit is contained in:
commit
892951bddf
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ gemspec
|
|||
|
||||
gem 'rgen'
|
||||
gem 'redcarpet'
|
||||
gem 'yard', '0.9.5'
|
||||
gem 'yard', '~> 0.9.11'
|
||||
|
||||
if ENV['PUPPET_GEM_VERSION']
|
||||
gem 'puppet', ENV['PUPPET_GEM_VERSION'], :require => false
|
||||
|
|
|
@ -82,7 +82,7 @@ Puppet::Type.type(:custom).provide :linux do
|
|||
defaultfor :osfamily => 'RedHat', :operatingsystemmajrelease => '7'
|
||||
has_feature :implements_some_feature
|
||||
has_feature :some_other_feature
|
||||
commands foo: /usr/bin/foo
|
||||
commands foo: '/usr/bin/foo'
|
||||
end
|
||||
SOURCE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue