Skip to content

Commit

Permalink
modulesync 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 20, 2024
1 parent e639597 commit 43454e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '7.2.0'
modulesync_config_version: '7.3.0'
19 changes: 1 addition & 18 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 7.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'webrick', :require => false if RUBY_VERSION >= '3.2'
gem 'puppet_metadata', '~> 3.5', :require => false
end

group :development do
gem 'guard-rake', :require => false
gem 'overcommit', '>= 0.39.1', :require => false
end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
end

group :release do
gem 'voxpupuli-release', '~> 3.0', :require => false
gem 'webrick', :require => false if RUBY_VERSION >= '3.2'
end

gem 'rake', :require => false
Expand Down

0 comments on commit 43454e9

Please sign in to comment.