Skip to content

Commit 948ed87

Browse files
committed
modulesync 7.3.0
1 parent 69a8b58 commit 948ed87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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: '7.2.0'
5+
modulesync_config_version: '7.3.0'

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ group :test do
77
gem 'voxpupuli-test', '~> 7.0', :require => false
88
gem 'coveralls', :require => false
99
gem 'simplecov-console', :require => false
10-
gem 'webrick', :require => false if RUBY_VERSION >= '3.2'
1110
gem 'puppet_metadata', '~> 3.5', :require => false
11+
gem 'webrick', :require => false if RUBY_VERSION >= '3.2'
1212
end
1313

1414
group :development do

0 commit comments

Comments
 (0)