modulesync 9.6.0-4-gdb4d91b

This commit is contained in:
pccibot 2025-05-28 15:43:08 +00:00
parent a1548cf7e5
commit fb8b63cd2a
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

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: '9.5.0' modulesync_config_version: '9.7.0'

View file

@ -4,9 +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', '~> 9.0', :require => false gem 'voxpupuli-test', '~> 10.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 5.0', :require => false gem 'puppet_metadata', '~> 5.0', :require => false
end end