Skip to content

Commit bf3ba79

Browse files
authored
Merge pull request #234 from voxpupuli/modulesync
modulesync 10.5.0
2 parents 1a9107a + 306d32a commit bf3ba79

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
{
3+
"name": "VoxBox",
4+
"image": "ghcr.io/voxpupuli/voxbox:latest"
5+
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: bundle exec rake rubocop
3535
- name: Setup Test Matrix
3636
id: get-outputs
37-
run: bundle exec metadata2gha --pidfile-workaround false
37+
run: bundle exec metadata2gha
3838

3939
unit:
4040
needs: setup_matrix

.msync.yml

Lines changed: 1 addition & 1 deletion
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: '10.4.0'
5+
modulesync_config_version: '10.5.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
77
gem 'voxpupuli-test', '~> 13.0', :require => false
8-
gem 'puppet_metadata', '~> 5.0', :require => false
8+
gem 'puppet_metadata', '~> 6.0', :require => false
99
gem 'webmock', :require => false
1010
gem 'puppet-lint-param-docs', :require => false
1111
end

0 commit comments

Comments
 (0)