48d8b0fc77
Change-Id: I7cc1cd01f9c80999ff2eea9ddd70d235a132d3f5
12 lines
371 B
Ruby
12 lines
371 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test, :system_tests do
|
|
gem 'puppet-openstack_infra_spec_helper',
|
|
:git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper',
|
|
:require => false
|
|
# Not all modules can do this, so we add it here to the ones that can
|
|
gem 'puppet-lint-empty_string-check'
|
|
end
|
|
|
|
# vim:ft=ruby
|