Skip to content

Commit 37693a2

Browse files
authored
Merge pull request #370 from puppetlabs/maint-upgrade_puppet-lint
(Dependencies) - Upgrade puppet-lint to v4.2.4 & puppet-strings to v4.1.2
2 parents 67257c0 + eda87a9 commit 37693a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ task :gem_revendor do
6565
{
6666
:directory => 'puppet-lint',
6767
:github_repo => 'https://github.com/puppetlabs/puppet-lint.git',
68-
:github_ref => 'v4.2.0',
68+
:github_ref => 'v4.2.4',
6969
},
7070
{
7171
:directory => 'hiera-eyaml',
@@ -85,7 +85,7 @@ task :gem_revendor do
8585
{
8686
:directory => 'puppet-strings',
8787
:github_repo => 'https://github.com/puppetlabs/puppet-strings.git',
88-
:github_ref => 'v4.1.0',
88+
:github_ref => 'v4.1.2',
8989
},
9090
{
9191
:directory => 'yard',

0 commit comments

Comments
 (0)