diff options
author | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2014-12-13 09:00:00 +0100 |
---|---|---|
committer | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2014-12-13 09:00:00 +0100 |
commit | 7bfc82f55ff9c564daa2db9073b42c7939597663 (patch) | |
tree | fa1a912044c428f8b699de6968a7ce1d1a66bcea | |
parent | c81d52192bc84368ecc372893c45ccad9fd4885f (diff) | |
download | puppet-dhcp-7bfc82f55ff9c564daa2db9073b42c7939597663.tar.gz puppet-dhcp-7bfc82f55ff9c564daa2db9073b42c7939597663.tar.bz2 |
Upate with modulesync
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ group :development, :unit_tests do gem 'puppetlabs_spec_helper', :require => false gem 'puppet-lint', :require => false gem 'simplecov', :require => false - gem 'puppet_facts', :require => false, :git => 'https://github.com/camptocamp/puppet_facts.git' + gem 'rspec-puppet-facts', :require => false gem 'json', :require => false gem 'metadata-json-lint', :require => false end |