puppet-sec-lint.gemspec in puppet-sec-lint-0.5.4 vs puppet-sec-lint.gemspec in puppet-sec-lint-0.5.5

- old
+ new

@@ -28,16 +28,16 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] # Uncomment to register a new dependency of your gem - spec.add_runtime_dependency 'puppet-lint', '~> 2.4', '>= 2.4.2' - spec.add_runtime_dependency 'rake', '~> 13.0' - spec.add_runtime_dependency 'minitest', '~> 5.0' - spec.add_runtime_dependency 'rack', '~> 2.2.3' - spec.add_runtime_dependency 'thin', '~> 1.8.0' - spec.add_runtime_dependency 'inifile', '~> 3.0.0' - spec.add_runtime_dependency 'launchy', '~> 2.5.0' + spec.add_runtime_dependency 'puppet-lint' + spec.add_runtime_dependency 'rake' + spec.add_runtime_dependency 'minitest' + spec.add_runtime_dependency 'rack' + spec.add_runtime_dependency 'thin' + spec.add_runtime_dependency 'inifile' + spec.add_runtime_dependency 'launchy' # For more information and examples about making a new gem, checkout our # guide at: https://bundler.io/guides/creating_gem.html end