mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #130 from genebean/dependabot/bundler/puppet-lint-absolute_classname-check-3.0.1
Bump puppet-lint-absolute_classname-check from 2.0.0 to 3.0.1
This commit is contained in:
commit
aa50854781
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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', '~> 2.0'
|
gem 'puppet-lint-absolute_classname-check', '~> 3.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'
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ GEM
|
||||||
scanf (~> 1.0)
|
scanf (~> 1.0)
|
||||||
semantic_puppet (~> 1.0)
|
semantic_puppet (~> 1.0)
|
||||||
puppet-lint (2.4.2)
|
puppet-lint (2.4.2)
|
||||||
puppet-lint-absolute_classname-check (2.0.0)
|
puppet-lint-absolute_classname-check (3.0.1)
|
||||||
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)
|
||||||
|
|
@ -214,7 +214,7 @@ DEPENDENCIES
|
||||||
os (~> 1.1)
|
os (~> 1.1)
|
||||||
puppet (>= 7, < 8)
|
puppet (>= 7, < 8)
|
||||||
puppet-lint (~> 2.3)
|
puppet-lint (~> 2.3)
|
||||||
puppet-lint-absolute_classname-check (~> 2.0)
|
puppet-lint-absolute_classname-check (~> 3.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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue