@@ -8,7 +8,8 @@ Gem::Specification.new do |spec|
88 spec . authors = [ 'Benjamin Meichsner' ]
99 spec . email = [ 'benjamin.meichsner@aboutsource.net' ]
1010
11- spec . summary = 'Scan quay.io for vulnerabilties in running docker containers.'
11+ spec . summary = 'Scan quay.io for vulnerabilities in ' \
12+ 'running docker containers.'
1213 spec . homepage = 'https://github.com/aboutsource/quayio-scanner'
1314 spec . license = 'MIT'
1415
@@ -17,14 +18,14 @@ Gem::Specification.new do |spec|
1718 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject do |f |
1819 f . match ( %r{^(test|spec|features)/} )
1920 end
20- spec . executables = Dir . glob ( 'bin/**/*.rb' ) . map { |file | File . basename ( file ) }
21+ spec . executables = Dir . glob ( 'bin/**/*.rb' ) . map { |f | File . basename ( f ) }
2122 spec . require_paths = [ 'lib' ]
2223
2324 spec . add_dependency 'docker-api' , '~> 1.33'
2425 spec . add_dependency 'rest-client' , '~> 2.1'
2526 spec . add_dependency 'sensu-plugin' , '~> 4.0'
2627 spec . add_development_dependency 'bundler' , '~> 2.1'
27- spec . add_development_dependency 'rake' , '~> 10 .0'
28+ spec . add_development_dependency 'rake' , '~> 13 .0'
2829 spec . add_development_dependency 'rspec' , '~> 3.7'
29- spec . add_development_dependency 'rubocop' , '~> 0.49'
30+ spec . add_development_dependency 'rubocop' , '~> 0.49' , '<= 0.81'
3031end
0 commit comments