aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2015-03-16 14:56:13 +0100
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2015-03-16 14:56:13 +0100
commit4e95d08533c59ea1fef8095db020484ec4d1131c (patch)
tree880ac0f7e59d102cd29e58d54de35f741e8ee728 /Gemfile
parentdf5db9545d6c4558769be1268f6ae06fe5906712 (diff)
downloadpuppet-dhcp-4e95d08533c59ea1fef8095db020484ec4d1131c.tar.gz
puppet-dhcp-4e95d08533c59ea1fef8095db020484ec4d1131c.tar.bz2
Add debian-8-x86_64-vagrant
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a3a9eca..2cbe160 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :unit_tests do
gem 'rake', :require => false
gem 'rspec', '~> 3.1.0', :require => false
- gem 'rspec-puppet', :require => false, :git => 'https://github.com/camptocamp/rspec-puppet', :branch => 'rspec3'
+ gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'metadata-json-lint', :require => false
gem 'puppet-lint', :require => false