diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-11-25 17:43:58 +0100 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2014-11-25 17:43:58 +0100 |
commit | 9364de72c4bfac0e181dfd40f16a36b1249b156b (patch) | |
tree | a47d0e6d8879a834ab01d09138c9f952c69bb3cc /Gemfile | |
parent | c58bc1391546c7975933f31ade2b38b35e16919a (diff) | |
download | puppet-dhcp-9364de72c4bfac0e181dfd40f16a36b1249b156b.tar.gz puppet-dhcp-9364de72c4bfac0e181dfd40f16a36b1249b156b.tar.bz2 |
Fix future parser tests
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org" group :development, :test do gem 'rake', :require => false - gem 'rspec-puppet', :require => false, :git => 'https://github.com/rodjek/rspec-puppet.git' + gem 'rspec-puppet', :require => false, :git => 'https://github.com/rodjek/rspec-puppet.git', :branch => 'future-no-import' gem 'puppetlabs_spec_helper', :require => false gem 'puppet-lint', :require => false gem 'metadata-json-lint', :require => false |