Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cef188 + 8d873bb commit f974a59Copy full SHA for f974a59
.github/labeler.yml
@@ -0,0 +1,3 @@
1
+---
2
+skip-changelog:
3
+ - head-branch: ['^release-*', 'release']
.msync.yml
@@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4
5
-modulesync_config_version: '8.0.1'
+modulesync_config_version: '9.0.0'
Gemfile
@@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
6
group :test do
7
- gem 'voxpupuli-test', '~> 7.2', :require => false
+ gem 'voxpupuli-test', '~> 8.0', :require => false
8
gem 'coveralls', :require => false
9
gem 'simplecov-console', :require => false
10
gem 'puppet_metadata', '~> 4.0', :require => false
0 commit comments