Bump puppet-lint-resource_reference_syntax from 1.0.14 to 1.1.0

Bumps [puppet-lint-resource_reference_syntax](https://github.com/voxpupuli/puppet-lint-resource_reference_syntax) from 1.0.14 to 1.1.0.
- [Release notes](https://github.com/voxpupuli/puppet-lint-resource_reference_syntax/releases)
- [Changelog](https://github.com/voxpupuli/puppet-lint-resource_reference_syntax/blob/master/CHANGELOG.md)
- [Commits](https://github.com/voxpupuli/puppet-lint-resource_reference_syntax/compare/1.0.14...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-15 10:35:01 +00:00 committed by GitHub
parent fd37960f83
commit de68e8d1c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ group :development, :unit_tests do
gem 'puppet-lint-absolute_template_path', '~> 1.0' gem 'puppet-lint-absolute_template_path', '~> 1.0'
gem 'puppet-lint-empty_string-check', '~> 0.2' gem 'puppet-lint-empty_string-check', '~> 0.2'
gem 'puppet-lint-leading_zero-check', '~> 0.1' gem 'puppet-lint-leading_zero-check', '~> 0.1'
gem 'puppet-lint-resource_reference_syntax', '~> 1.0' gem 'puppet-lint-resource_reference_syntax', '~> 1.1'
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1' gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1'
gem 'puppet-lint-trailing_newline-check', '~> 1.1' gem 'puppet-lint-trailing_newline-check', '~> 1.1'
gem 'puppet-lint-undef_in_function-check', '~> 0.2' gem 'puppet-lint-undef_in_function-check', '~> 0.2'

View file

@ -70,7 +70,7 @@ GEM
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
puppet-lint-leading_zero-check (0.1.1) puppet-lint-leading_zero-check (0.1.1)
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
puppet-lint-resource_reference_syntax (1.0.14) puppet-lint-resource_reference_syntax (1.1.0)
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
puppet-lint-spaceship_operator_without_tag-check (0.1.1) puppet-lint-spaceship_operator_without_tag-check (0.1.1)
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
@ -173,7 +173,7 @@ DEPENDENCIES
puppet-lint-absolute_template_path (~> 1.0) puppet-lint-absolute_template_path (~> 1.0)
puppet-lint-empty_string-check (~> 0.2) puppet-lint-empty_string-check (~> 0.2)
puppet-lint-leading_zero-check (~> 0.1) puppet-lint-leading_zero-check (~> 0.1)
puppet-lint-resource_reference_syntax (~> 1.0) puppet-lint-resource_reference_syntax (~> 1.1)
puppet-lint-spaceship_operator_without_tag-check (~> 0.1) puppet-lint-spaceship_operator_without_tag-check (~> 0.1)
puppet-lint-trailing_newline-check (~> 1.1) puppet-lint-trailing_newline-check (~> 1.1)
puppet-lint-undef_in_function-check (~> 0.2) puppet-lint-undef_in_function-check (~> 0.2)