Skip to content

Commit 3e08d06

Browse files
committed
Bump default puppet version in gemfile
Our tests won't run on anything older than 4.6
1 parent 90ce643 commit 3e08d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group :test do
44
gem "rb-inotify", '< 0.10.0' if RUBY_VERSION < '2.2.0'
55
gem "public_suffix", "~> 3.0.0"
66
gem "listen", "~> 3.0.0"
7-
gem "puppet", ENV['PUPPET_VERSION'] || '~> 4.2.0'
7+
gem "puppet", ENV['PUPPET_VERSION'] || '~> 4.6.2'
88
gem "puppet-lint"
99
gem "puppet-syntax"
1010
gem "puppetlabs_spec_helper"

0 commit comments

Comments
 (0)