diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-29 17:53:27 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-31 09:10:27 -0700 |
commit | d9410f72e416da15eb1660d15ba2b4288ccc0873 (patch) | |
tree | 20a12bdc41216bcacb30033a79acfd757402dd74 /.gemfile | |
parent | 2247df4f6e828d6791a46cb12d4e2df2e0b98dce (diff) | |
download | puppet-stdlib-d9410f72e416da15eb1660d15ba2b4288ccc0873.tar.gz puppet-stdlib-d9410f72e416da15eb1660d15ba2b4288ccc0873.tar.bz2 |
Require the new puppetlabs_spec_helper gem name
Diffstat (limited to '.gemfile')
-rw-r--r-- | .gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ source :rubygems puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7'] gem 'puppet', puppetversion -gem 'puppet_module_spec_helper', :git => 'git://github.com/branan/puppetlabs_spec_helper' +gem 'puppetlabs_spec_helper', '>= 0.1.0' |