Skip to content

Commit

Permalink
sort gems alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 13, 2024
1 parent ff811c1 commit 713b759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voxpupuli-puppet-lint-plugins.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-lint-manifest_whitespace-check', '~> 0.3', '< 1.0.0'
s.add_runtime_dependency 'puppet-lint-optional_default-check', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-param-docs', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-params_empty_string-check', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-param-types', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-params_empty_string-check', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-resource_reference_syntax', '~> 2.0'
s.add_runtime_dependency 'puppet-lint-strict_indent-check', '~> 3.0'
s.add_runtime_dependency 'puppet-lint-topscope-variable-check', '~> 2.0'
Expand Down

0 comments on commit 713b759

Please sign in to comment.