Bump puppet-lint-absolute_classname-check from 0.2.4 to 2.0.0

Bumps [puppet-lint-absolute_classname-check](https://github.com/voxpupuli/puppet-lint-absolute_classname-check) from 0.2.4 to 2.0.0.
- [Release notes](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/releases)
- [Changelog](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/blob/master/CHANGELOG.md)
- [Commits](https://github.com/voxpupuli/puppet-lint-absolute_classname-check/compare/0.2.4...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-27 02:02:20 +00:00 committed by GitHub
parent 1e57bb2e5d
commit 3f07bacab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ group :development, :unit_tests do
# puppet-lint and plugins # puppet-lint and plugins
gem 'puppet-lint', '~> 2.3' gem 'puppet-lint', '~> 2.3'
gem 'puppet-lint-absolute_classname-check', '~> 0.2' gem 'puppet-lint-absolute_classname-check', '~> 2.0'
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'

View file

@ -63,7 +63,7 @@ GEM
locale (~> 2.1) locale (~> 2.1)
multi_json (~> 1.10) multi_json (~> 1.10)
puppet-lint (2.4.2) puppet-lint (2.4.2)
puppet-lint-absolute_classname-check (0.2.5) puppet-lint-absolute_classname-check (2.0.0)
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
puppet-lint-absolute_template_path (1.0.1) puppet-lint-absolute_template_path (1.0.1)
puppet-lint (>= 1.1, < 3.0) puppet-lint (>= 1.1, < 3.0)
@ -168,7 +168,7 @@ DEPENDENCIES
os (~> 1.0) os (~> 1.0)
puppet (>= 5, < 6) puppet (>= 5, < 6)
puppet-lint (~> 2.3) puppet-lint (~> 2.3)
puppet-lint-absolute_classname-check (~> 0.2) puppet-lint-absolute_classname-check (~> 2.0)
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)