Bump puppet-lint-variable_contains_upcase from 1.2.0 to 1.3.0

Bumps [puppet-lint-variable_contains_upcase](https://github.com/fiddyspence/puppetlint-variablecase) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/fiddyspence/puppetlint-variablecase/releases)
- [Commits](https://github.com/fiddyspence/puppetlint-variablecase/commits)

---
updated-dependencies:
- dependency-name: puppet-lint-variable_contains_upcase
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-30 10:01:24 +00:00 committed by GitHub
parent 4aa428c3c6
commit 8abbd938ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -41,5 +41,5 @@ group :development, :unit_tests do
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'
gem 'puppet-lint-unquoted_string-check', '~> 2.1' gem 'puppet-lint-unquoted_string-check', '~> 2.1'
gem 'puppet-lint-variable_contains_upcase', '~> 1.2' gem 'puppet-lint-variable_contains_upcase', '~> 1.3'
end end

View file

@ -111,8 +111,8 @@ GEM
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 3.0)
puppet-lint-unquoted_string-check (2.1.0) puppet-lint-unquoted_string-check (2.1.0)
puppet-lint (>= 2.1, < 3.0) puppet-lint (>= 2.1, < 3.0)
puppet-lint-variable_contains_upcase (1.2.0) puppet-lint-variable_contains_upcase (1.3.0)
puppet-lint (>= 1.0, < 3.0) puppet-lint (>= 1.0, < 4)
puppet-resource_api (1.8.14) puppet-resource_api (1.8.14)
hocon (>= 1.0) hocon (>= 1.0)
puppet-syntax (3.2.1) puppet-syntax (3.2.1)
@ -223,7 +223,7 @@ DEPENDENCIES
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)
puppet-lint-unquoted_string-check (~> 2.1) puppet-lint-unquoted_string-check (~> 2.1)
puppet-lint-variable_contains_upcase (~> 1.2) puppet-lint-variable_contains_upcase (~> 1.3)
puppetlabs_spec_helper (~> 4.0) puppetlabs_spec_helper (~> 4.0)
r10k (~> 3.15) r10k (~> 3.15)
rspec-puppet (~> 2.12) rspec-puppet (~> 2.12)