aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2014-12-13 09:00:00 +0100
committerMickaël Canévet <mickael.canevet@camptocamp.com>2014-12-13 09:00:00 +0100
commit7bfc82f55ff9c564daa2db9073b42c7939597663 (patch)
treefa1a912044c428f8b699de6968a7ce1d1a66bcea /Gemfile
parentc81d52192bc84368ecc372893c45ccad9fd4885f (diff)
downloadpuppet-dhcp-7bfc82f55ff9c564daa2db9073b42c7939597663.tar.gz
puppet-dhcp-7bfc82f55ff9c564daa2db9073b42c7939597663.tar.bz2
Upate with modulesync
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cd34bef..f9c2b63 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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