Skip to content

Commit

Permalink
Update puppet_metadata requirement from ~> 3.5 to ~> 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [puppet_metadata](https://github.com/voxpupuli/puppet_metadata) to permit the latest version.
- [Changelog](https://github.com/voxpupuli/puppet_metadata/blob/master/CHANGELOG.md)
- [Commits](voxpupuli/puppet_metadata@3.5.0...4.0.0)

---
updated-dependencies:
- dependency-name: puppet_metadata
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 2adcb7b commit c31e54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :test do
gem 'voxpupuli-test', '~> 7.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 3.5', :require => false
gem 'puppet_metadata', '~> 4.0', :require => false
end

group :development do
Expand Down

0 comments on commit c31e54f

Please sign in to comment.