Merge pull request #43 from voxpupuli/modulesync

modulesync 9.0.0
This commit is contained in:
Tim Meusel 2024-06-12 12:47:51 +02:00 committed by GitHub
commit 0116f1caf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 deletions

3
.github/labeler.yml vendored Normal file
View file

@ -0,0 +1,3 @@
---
skip-changelog:
- head-branch: ['^release-*', 'release']

View file

@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT # Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
modulesync_config_version: '8.0.1' modulesync_config_version: '9.0.0'

View file

@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org' source ENV['GEM_SOURCE'] || 'https://rubygems.org'
group :test do group :test do
gem 'voxpupuli-test', '~> 7.2', :require => false gem 'voxpupuli-test', '~> 8.0', :require => false
gem 'coveralls', :require => false gem 'coveralls', :require => false
gem 'simplecov-console', :require => false gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 4.0', :require => false gem 'puppet_metadata', '~> 4.0', :require => false