# This file is managed centrally by modulesync
#   https://github.com/theforeman/foreman-installer-modulesync

source 'https://rubygems.org'

gem 'openvox', ENV.fetch('PUPPET_GEM_VERSION', '>= 8')
gem 'rake'

gem 'kafo_module_lint', {"groups" => ["test"]}
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 2.0', {"groups" => ["test"]}
gem 'voxpupuli-test', '~> 14.0', {"groups" => ["test"]}
gem 'github_changelog_generator', '>= 1.15.0', {"groups" => ["development"]}
gem 'puppet_metadata', '~> 6.3'
gem 'puppet-blacksmith', '~> 9.1', {"groups" => ["development"]}
gem 'voxpupuli-acceptance', '~> 4.4', {"groups" => ["system_tests"]}
gem 'hocon'

# vim:ft=ruby
