puppet-ipsilon/Gemfile
James E. Blair 0d4a0be8a9 Add module boilerplate
Change-Id: Icdab79594f9ded5026900a15862e6b057d9d7b1f
2016-07-25 12:15:42 -04:00

9 lines
255 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
end
# vim:ft=ruby