Skip to content

Commit 1d94fd6

Browse files
committed
One more time, Travis.
1 parent 2914165 commit 1d94fd6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ end
3131
if puppetversion = ENV['PUPPET_VERSION']
3232
gem 'puppet', puppetversion, :require => false
3333
else
34-
gem 'puppet', '4.5.1', :require => false
34+
gem 'puppet', :require => false
3535
end

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ GEM
219219
ast (~> 2.2)
220220
pkg-config (1.1.7)
221221
powerpack (0.1.1)
222-
puppet (4.5.1)
222+
puppet (4.5.2)
223223
CFPropertyList (~> 2.2.6)
224224
facter (> 2.0, < 4)
225225
hiera (>= 2.0, < 4)
@@ -315,7 +315,7 @@ DEPENDENCIES
315315
codeclimate-test-reporter
316316
facter
317317
metadata-json-lint
318-
puppet (= 4.5.1)
318+
puppet
319319
puppet-lint
320320
puppetlabs_spec_helper
321321
rake

Rakefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ require 'puppet-syntax/tasks/puppet-syntax'
33
require 'rubocop/rake_task'
44

55
exclude_paths = [
6-
'spec/fixtures/**/*'
6+
'spec/fixtures/**/*',
7+
'vendor/**/*'
78
]
89

910
task :default => [:spec, :lint, :rubocop]

0 commit comments

Comments
 (0)