File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 31
31
if puppetversion = ENV [ 'PUPPET_VERSION' ]
32
32
gem 'puppet' , puppetversion , :require => false
33
33
else
34
- gem 'puppet' , '4.5.1' , :require => false
34
+ gem 'puppet' , :require => false
35
35
end
Original file line number Diff line number Diff line change 219
219
ast (~> 2.2 )
220
220
pkg-config (1.1.7 )
221
221
powerpack (0.1.1 )
222
- puppet (4.5.1 )
222
+ puppet (4.5.2 )
223
223
CFPropertyList (~> 2.2.6 )
224
224
facter (> 2.0 , < 4 )
225
225
hiera (>= 2.0 , < 4 )
@@ -315,7 +315,7 @@ DEPENDENCIES
315
315
codeclimate-test-reporter
316
316
facter
317
317
metadata-json-lint
318
- puppet ( = 4.5.1 )
318
+ puppet
319
319
puppet-lint
320
320
puppetlabs_spec_helper
321
321
rake
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ require 'puppet-syntax/tasks/puppet-syntax'
3
3
require 'rubocop/rake_task'
4
4
5
5
exclude_paths = [
6
- 'spec/fixtures/**/*'
6
+ 'spec/fixtures/**/*' ,
7
+ 'vendor/**/*'
7
8
]
8
9
9
10
task :default => [ :spec , :lint , :rubocop ]
You can’t perform that action at this time.
0 commit comments