Unverified Commit ddc2df5b authored by Tim Meusel's avatar Tim Meusel Committed by GitHub
Browse files

Merge pull request #445 from voxpupuli/modulesync

modulesync 10.5.0
parents 15d610f7 9d635d61
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
{
	"name": "VoxBox",
	"image": "ghcr.io/voxpupuli/voxbox:latest"
}
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '10.4.0'
modulesync_config_version: '10.5.0'
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
  gem 'voxpupuli-test', '~> 13.0',  :require => false
  gem 'puppet_metadata', '~> 5.0',  :require => false
  gem 'puppet_metadata', '~> 6.0',  :require => false
end

group :development do