Skip to content

Commit 443c29f

Browse files
committed
More loosely pint puppet
1 parent 733be22 commit 443c29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ group :development do
1414
gem "simplecov-json", "~> 0.2"
1515

1616
# Integration test
17-
gem "puppet", "~> #{ENV['PUPPET_VERSION'] || '4.10.4'}"
17+
gem "puppet", ">= #{ENV['PUPPET_VERSION'] || '4.10.4'}"
1818
gem "rspec-puppet", "~> #{ENV['RSPEC_PUPPET_VERSION'] || '2.6.2'}"
1919
end

0 commit comments

Comments
 (0)