Merge pull request #248 from genebean/dependabot/bundler/puppet-lint-absolute_classname-check-3.1.0

Bump puppet-lint-absolute_classname-check from 3.0.1 to 3.1.0
This commit is contained in:
Gene Liverman 2022-12-20 11:35:40 -05:00 committed by GitHub
commit ac758b3742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ group :development, :unit_tests do
# puppet-lint and plugins
gem 'puppet-lint', '~> 2.5'
gem 'puppet-lint-absolute_classname-check', '~> 3.0'
gem 'puppet-lint-absolute_classname-check', '~> 3.1'
gem 'puppet-lint-absolute_template_path', '~> 1.0'
gem 'puppet-lint-empty_string-check', '~> 1.0'
gem 'puppet-lint-leading_zero-check', '~> 1.0'

View file

@ -80,8 +80,8 @@ GEM
scanf (~> 1.0)
semantic_puppet (~> 1.0)
puppet-lint (2.5.2)
puppet-lint-absolute_classname-check (3.0.1)
puppet-lint (>= 1.0, < 3.0)
puppet-lint-absolute_classname-check (3.1.0)
puppet-lint (>= 1.0, < 4)
puppet-lint-absolute_template_path (1.0.1)
puppet-lint (>= 1.1, < 3.0)
puppet-lint-empty_string-check (1.0.0)
@ -202,7 +202,7 @@ DEPENDENCIES
os (~> 1.1)
puppet (>= 7, < 8)
puppet-lint (~> 2.5)
puppet-lint-absolute_classname-check (~> 3.0)
puppet-lint-absolute_classname-check (~> 3.1)
puppet-lint-absolute_template_path (~> 1.0)
puppet-lint-empty_string-check (~> 1.0)
puppet-lint-leading_zero-check (~> 1.0)