Skip to content

Commit 955d09c

Browse files
authored
Merge pull request #232 from voxpupuli/modulesync
modulesync 9.0.0
2 parents 01368f2 + 14b81b5 commit 955d09c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/labeler.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
skip-changelog:
3+
- head-branch: ['^release-*', 'release']

.msync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '8.0.1'
5+
modulesync_config_version: '9.0.0'

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
7-
gem 'voxpupuli-test', '~> 7.2', :require => false
7+
gem 'voxpupuli-test', '~> 8.0', :require => false
88
gem 'coveralls', :require => false
99
gem 'simplecov-console', :require => false
1010
gem 'puppet_metadata', '~> 4.0', :require => false

0 commit comments

Comments
 (0)