mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Merge pull request #246 from genebean/dependabot/bundler/puppet-lint-resource_reference_syntax-1.2.0
Bump puppet-lint-resource_reference_syntax from 1.1.0 to 1.2.0
This commit is contained in:
commit
5c4e6e1703
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -36,7 +36,7 @@ group :development, :unit_tests do
|
|||
gem 'puppet-lint-absolute_template_path', '~> 1.0'
|
||||
gem 'puppet-lint-empty_string-check', '~> 1.0'
|
||||
gem 'puppet-lint-leading_zero-check', '~> 1.0'
|
||||
gem 'puppet-lint-resource_reference_syntax', '~> 1.1'
|
||||
gem 'puppet-lint-resource_reference_syntax', '~> 1.2'
|
||||
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1'
|
||||
gem 'puppet-lint-trailing_newline-check', '~> 1.1'
|
||||
gem 'puppet-lint-undef_in_function-check', '~> 0.2'
|
||||
|
|
|
|||
|
|
@ -88,8 +88,8 @@ GEM
|
|||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-leading_zero-check (1.0.0)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-resource_reference_syntax (1.1.0)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-resource_reference_syntax (1.2.0)
|
||||
puppet-lint (>= 1.0, < 4)
|
||||
puppet-lint-spaceship_operator_without_tag-check (0.1.1)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-trailing_newline-check (1.1.0)
|
||||
|
|
@ -206,7 +206,7 @@ DEPENDENCIES
|
|||
puppet-lint-absolute_template_path (~> 1.0)
|
||||
puppet-lint-empty_string-check (~> 1.0)
|
||||
puppet-lint-leading_zero-check (~> 1.0)
|
||||
puppet-lint-resource_reference_syntax (~> 1.1)
|
||||
puppet-lint-resource_reference_syntax (~> 1.2)
|
||||
puppet-lint-spaceship_operator_without_tag-check (~> 0.1)
|
||||
puppet-lint-trailing_newline-check (~> 1.1)
|
||||
puppet-lint-undef_in_function-check (~> 0.2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue