Skip to content

Commit

Permalink
Merge pull request #147 from voxpupuli/dependabot/bundler/voxpupuli-r…
Browse files Browse the repository at this point in the history
…ubocop-tw-3.0.0

Update voxpupuli-rubocop requirement from ~> 2.8.0 to ~> 3.0.0
  • Loading branch information
bastelfreak authored Oct 31, 2024
2 parents 14f2ef6 + 7b1e77a commit cea5e19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata-json-lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ 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', '~> 2.8.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
end

0 comments on commit cea5e19

Please sign in to comment.