Skip to content

Commit

Permalink
Merge pull request #370 from puppetlabs/maint-upgrade_puppet-lint
Browse files Browse the repository at this point in the history
(Dependencies) - Upgrade puppet-lint to v4.2.4 & puppet-strings to v4.1.2
  • Loading branch information
LukasAud authored Feb 14, 2024
2 parents 67257c0 + eda87a9 commit 37693a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ task :gem_revendor do
{
:directory => 'puppet-lint',
:github_repo => 'https://github.com/puppetlabs/puppet-lint.git',
:github_ref => 'v4.2.0',
:github_ref => 'v4.2.4',
},
{
:directory => 'hiera-eyaml',
Expand All @@ -85,7 +85,7 @@ task :gem_revendor do
{
:directory => 'puppet-strings',
:github_repo => 'https://github.com/puppetlabs/puppet-strings.git',
:github_ref => 'v4.1.0',
:github_ref => 'v4.1.2',
},
{
:directory => 'yard',
Expand Down

0 comments on commit 37693a2

Please sign in to comment.