puppet-httpd/Gemfile
Colleen Murphy 9314b24380 Update Gemfile
Use the common spec helper gem instead of managing every gem
individually. This will keep the linter gems up to date and unbreak the
linter job.

Change-Id: I0034055dd172c23366ab5ba37b5b5174647e4f81
2017-06-11 19:50:30 +02:00

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