a44a41c4a0
Change-Id: Ia160baba72809ca1c1172e8ff053a8f68abd7a32
10 lines
260 B
Ruby
10 lines
260 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
|