Skip to content

Commit

Permalink
List puppet as runtime dependency
Browse files Browse the repository at this point in the history
puppe is a runtime dependency:

```
$ git grep "require 'puppet/"
lib/puppet-strings/yard/parsers/puppet/parser.rb:require 'puppet/pops'
lib/puppet-strings/yard/parsers/puppet/statement.rb:require 'puppet/pops'
lib/puppet-strings/yard/util.rb:require 'puppet/util'
lib/puppet/application/strings.rb:require 'puppet/application/face_base'
lib/puppet/face/strings.rb:require 'puppet/face'
lib/puppet/feature/rgen.rb:require 'puppet/util/feature'
lib/puppet/feature/yard.rb:require 'puppet/util/feature'
spec/spec_helper.rb:require 'puppet/version'
```
  • Loading branch information
bastelfreak committed Dec 22, 2024
1 parent 2024b92 commit 53e4016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-strings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'rgen', '~> 0.9'
s.add_runtime_dependency 'yard', '~> 0.9'
s.requirements << 'puppet, >= 7.0.0'
s.add_runtime_dependency 'puppet', '>= 7.0.0'

Check failure on line 27 in puppet-strings.gemspec

View workflow job for this annotation

GitHub Actions / spec (windows-latest ruby 2.7 | puppet ~> 7.0) / spec

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet` should appear before `yard`.

Check failure on line 27 in puppet-strings.gemspec

View workflow job for this annotation

GitHub Actions / spec (windows-latest ruby 3.2 | puppet ~> 8.0) / spec

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet` should appear before `yard`.

Check failure on line 27 in puppet-strings.gemspec

View workflow job for this annotation

GitHub Actions / spec (ubuntu-latest ruby 2.7 | puppet ~> 7.0) / spec

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet` should appear before `yard`.

Check failure on line 27 in puppet-strings.gemspec

View workflow job for this annotation

GitHub Actions / spec (ubuntu-latest ruby 3.2 | puppet ~> 8.0) / spec

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppet` should appear before `yard`.
end

0 comments on commit 53e4016

Please sign in to comment.