puppet-jeepyb/Gemfile
Spencer Krum 7021dc9d7e Use new infra_spec_helper for gem dependencies
Change-Id: Ie4e445687ae5fa05e10afc5bd546b1592b84b8a9
2016-06-21 18:38:42 -07:00

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