view modules/staging/Gemfile @ 97:b69e3f6708d6 puppet-3.6

Add another regular command to check that we've not got services requiring a restart
author IBBoard <dev@ibboard.co.uk>
date Wed, 27 Jan 2016 20:18:32 +0000
parents 58d1818c2ded
children
line wrap: on
line source

source "https://rubygems.org"

group :development, :test do
  gem 'bodeco_module_helper', :git => 'https://github.com/bodeco/bodeco_module_helper.git'
  gem 'rspec', "~> 2.11.0", :require => false
  gem 'mocha', "~> 0.10.5", :require => false
end