From 849201188f52cd369a8f66f675e83a0b4cdd69b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:53:03 +0000 Subject: [PATCH 1/2] Update voxpupuli-rubocop requirement from ~> 2.8.0 to ~> 3.0.0 Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version. - [Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.8.0...v3.0.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- metadata-json-lint.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-json-lint.gemspec b/metadata-json-lint.gemspec index 6dfb3f9..6cc6074 100644 --- a/metadata-json-lint.gemspec +++ b/metadata-json-lint.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'spdx-licenses', '~> 1.0' s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6' s.add_development_dependency 'rspec', '~> 3.12' - s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0' + s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0' end From 7b1e77a28ff23d211989a9937578da703ef9362e Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 31 Oct 2024 10:23:41 +0100 Subject: [PATCH 2/2] rubocop: autofix --- metadata-json-lint.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata-json-lint.gemspec b/metadata-json-lint.gemspec index 6cc6074..3a2f127 100644 --- a/metadata-json-lint.gemspec +++ b/metadata-json-lint.gemspec @@ -14,9 +14,9 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.7.0' - s.add_runtime_dependency 'json-schema', '>= 2.8', '< 6.0' - s.add_runtime_dependency 'semantic_puppet', '~> 1.0' - s.add_runtime_dependency 'spdx-licenses', '~> 1.0' + s.add_dependency 'json-schema', '>= 2.8', '< 6.0' + s.add_dependency 'semantic_puppet', '~> 1.0' + s.add_dependency 'spdx-licenses', '~> 1.0' s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6' s.add_development_dependency 'rspec', '~> 3.12' s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'