mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #249 from genebean/dependabot/bundler/puppet-lint-unquoted_string-check-2.2.0
Bump puppet-lint-unquoted_string-check from 2.1.0 to 2.2.0
This commit is contained in:
commit
94a192fca7
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,6 +40,6 @@ group :development, :unit_tests do
|
||||||
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'
|
||||||
gem 'puppet-lint-unquoted_string-check', '~> 2.1'
|
gem 'puppet-lint-unquoted_string-check', '~> 2.2'
|
||||||
gem 'puppet-lint-variable_contains_upcase', '~> 1.3'
|
gem 'puppet-lint-variable_contains_upcase', '~> 1.3'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -96,8 +96,8 @@ GEM
|
||||||
puppet-lint (>= 1.0, < 3.0)
|
puppet-lint (>= 1.0, < 3.0)
|
||||||
puppet-lint-undef_in_function-check (0.2.1)
|
puppet-lint-undef_in_function-check (0.2.1)
|
||||||
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.2.0)
|
||||||
puppet-lint (>= 2.1, < 3.0)
|
puppet-lint (>= 2.1, < 4)
|
||||||
puppet-lint-variable_contains_upcase (1.3.0)
|
puppet-lint-variable_contains_upcase (1.3.0)
|
||||||
puppet-lint (>= 1.0, < 4)
|
puppet-lint (>= 1.0, < 4)
|
||||||
puppet-resource_api (1.8.14)
|
puppet-resource_api (1.8.14)
|
||||||
|
|
@ -210,7 +210,7 @@ DEPENDENCIES
|
||||||
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)
|
||||||
puppet-lint-unquoted_string-check (~> 2.1)
|
puppet-lint-unquoted_string-check (~> 2.2)
|
||||||
puppet-lint-variable_contains_upcase (~> 1.3)
|
puppet-lint-variable_contains_upcase (~> 1.3)
|
||||||
puppetlabs_spec_helper (~> 4.0)
|
puppetlabs_spec_helper (~> 4.0)
|
||||||
r10k (~> 3.15)
|
r10k (~> 3.15)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue