File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ Gem::Specification.new do |spec|
2626 spec . executables = Dir [ 'bin/**/*' ] . map { |f | File . basename ( f ) }
2727 spec . require_paths = [ 'lib' ]
2828
29- spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.7 ' )
29+ spec . required_ruby_version = Gem ::Requirement . new ( '>= 2.5 ' )
3030
3131 spec . add_runtime_dependency 'mocha' , '~> 1.0'
32- spec . add_runtime_dependency 'pathspec' , '~> 1.0 '
33- spec . add_runtime_dependency 'puppet-lint' , '~> 3.0 '
32+ spec . add_runtime_dependency 'pathspec' , '~> 0.2 '
33+ spec . add_runtime_dependency 'puppet-lint' , '~> 2.5.2 '
3434 spec . add_runtime_dependency 'puppet-syntax' , '~> 3.0'
3535 spec . add_runtime_dependency 'rspec-github' , '~> 2.0'
3636 spec . add_runtime_dependency 'rspec-puppet' , '~> 2.0'
You can’t perform that action at this time.
0 commit comments