Skip to content

Commit 0e5fc57

Browse files
committed
use rspec-puppet 2.0.0 from gems instead of git
1 parent fa14583 commit 0e5fc57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ group :development, :test do
1717
gem 'puppetlabs_spec_helper', :require => false
1818
gem 'puppet-lint', '>= 1.1.0', :require => false
1919
gem 'puppet-syntax', :require => false
20-
gem 'rspec-puppet',
21-
:git => 'https://github.com/rodjek/rspec-puppet.git',
22-
:ref => 'v2.0.0',
23-
:require => false
20+
gem 'rspec-puppet', '~> 2.0.0', :require => false
2421
end
2522

2623
group :beaker do

0 commit comments

Comments
 (0)