Skip to content

Commit

Permalink
pin puppet-lint correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 22, 2016
1 parent 314091c commit ca7ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-lint-absolute_classname-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
A puppet-lint plugin to check that classes are included by their absolute name.
EOF

spec.add_dependency 'puppet-lint', '~> 2.0'
spec.add_dependency 'puppet-lint', '>= 1.0', '< 3.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-its', '~> 1.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
Expand Down

0 comments on commit ca7ea47

Please sign in to comment.