Skip to content

Commit

Permalink
rubocop: autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 31, 2024
1 parent 8492011 commit 7b1e77a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata-json-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7b1e77a

Please sign in to comment.